Skip to content

Commit cff1663

Browse files
authored
Removed alpha on gtk headerbars (#78)
1 parent 9a3bfac commit cff1663

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/gtk.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
@define-color sidebar_backdrop_color @black;
4141
@define-color sidebar_shade_color @black;
4242

43-
@define-color headerbar_bg_color alpha(@foreground, 0.1);
43+
@define-color headerbar_bg_color @foreground;
4444
@define-color headerbar_fg_color @foreground;
4545
@define-color headerbar_backdrop_color @black;
4646
@define-color headerbar_shade_color @black;
47-
@define-color card_bg_color alpha(@foreground, 0.1);
47+
@define-color card_bg_color @foreground;
4848
@define-color card_fg_color @foreground;
4949

5050
@define-color popover_bg_color @black;

0 commit comments

Comments
 (0)