fix(gnome): Reduce card shade transparency on VGUI2, restore original border color on Vapor.

This commit is contained in:
Kyle Gospodnetich 2023-08-07 14:15:38 -07:00
parent 80f0111b8e
commit e9e42a0a29
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"headerbar_shade_color": "rgba(0, 0, 0, 0.15)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"card_shade_color": "rgba(0, 0, 0, 0.15)",
"dialog_bg_color": "#151c23",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#151c23",

View File

@ -24,7 +24,7 @@
"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.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0, 0, 0, 0.36)",