1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 17:07:46 +00:00

No transparency, fix the gtk color

This commit is contained in:
RGBCube 2023-11-28 10:48:52 +03:00
parent d101579724
commit f51353fe8a
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ theme: with theme.withHashtag; ''
@define-color view_fg_color ${base05};
@define-color headerbar_bg_color ${base01};
@define-color headerbar_fg_color ${base05};
@define-color headerbar_border_color ${base01}B4;
@define-color headerbar_border_color ${base01};
@define-color headerbar_backdrop_color @window_bg_color;
@define-color headerbar_shade_color rgba(0, 0, 0, 0.07);
@define-color headerbar_darker_shade_color rgba(0, 0, 0, 0.07);