Skip to content

Commit ad3305e

Browse files
committed
Chromium alt headerbar fix
1 parent 55a7b48 commit ad3305e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

gtk/src/Zukitre/gtk-3.0/_custom.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,10 @@ $_button_border_color: darken($alt_headerbar_bg, 10%) !global;
184184

185185
window.background.chromium {
186186
background-color: $alt_headerbar_bg;
187+
color: $alt_headerbar_fg;
187188
button { border-color: $_button_border_color; } // tab borders
188189
menubar { color: $alt_headerbar_fg; }
190+
menu, .menu, .context-menu { color: $fg_color; }
189191
}
190192
}
191193

gtk/src/Zukitwo/gtk-3.0/_custom.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ $_button_border_color: darken($alt_headerbar_bg, 10%) !global;
151151

152152
window.background.chromium {
153153
background-color: $alt_headerbar_bg;
154+
color: $alt_headerbar_fg;
154155
button { border-color: $_button_border_color; } // tab borders
155156
menubar { color: $alt_headerbar_fg; }
157+
menu, .menu, .context-menu { color: $fg_color; }
156158
}
157159
}
158160

0 commit comments

Comments
 (0)