Update Vapor theme

To maintain balanced contrast between header bar + cards & their shades. Too dark shades look out of place.

Addresses the misunderstanding between me & Kylegospo lol.
I probably didn't explain the best either.
This commit is contained in:
fiftydinar 2023-08-07 23:37:40 +02:00 committed by GitHub
parent e9e42a0a29
commit 5a974cc779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,10 +24,10 @@
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.15)",
"headerbar_shade_color": "rgba(0, 0, 0, 0.28)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0, 0, 0, 0.15)",
"card_shade_color": "rgba(0, 0, 0, 0.28)",
"dialog_bg_color": "#151c23",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#151c23",
@ -105,4 +105,4 @@
"gtk3": ""
},
"plugins": {}
}
}