Skip to content
Snippets Groups Projects
Commit 3cf2ea08 authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] update to card bg color for matcha-blue

parent 84933361
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "#2f3a3e",
"card_bg_color": "#2e3e4a",
"card_fg_color": "#eeeeee",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#1c1d25",
......
......@@ -22,7 +22,7 @@
@define-color headerbar_border_color #ffffff;
@define-color headerbar_backdrop_color @window_bg_color;
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
@define-color card_bg_color #2f3a3e;
@define-color card_bg_color #2e3e4a;
@define-color card_fg_color #eeeeee;
@define-color card_shade_color rgba(0, 0, 0, 0.36);
@define-color dialog_bg_color #1c1d25;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment