Fix syntax of headerbar_border_color 🐛
This commit is contained in:
parent
52f614b536
commit
832ef0c975
1 changed files with 1 additions and 1 deletions
|
|
@ -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}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue