Fix syntax of headerbar_border_color 🐛

This commit is contained in:
Daniel Thwaites 2022-11-09 07:04:49 +00:00
parent 52f614b536
commit 832ef0c975
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -19,7 +19,7 @@
@define-color view_fg_color #{{base05-hex}};
@define-color headerbar_bg_color #{{base01-hex}};
@define-color headerbar_fg_color #{{base05-hex}};
@define-color headerbar_border_color #{{base01-hex}}cc;
@define-color headerbar_border_color rgba({{base01-dec-r}}, {{base01-dec-g}}, {{base01-dec-b}}, 0.7);
@define-color headerbar_backdrop_color @window_bg_color;
@define-color headerbar_shade_color rgba(0, 0, 0, 0.07);
@define-color card_bg_color #{{base01-hex}};