Skip to content

Commit

Permalink
Chromium alt headerbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Oct 3, 2020
1 parent 55a7b48 commit ad3305e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtk/src/Zukitre/gtk-3.0/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,10 @@ $_button_border_color: darken($alt_headerbar_bg, 10%) !global;

window.background.chromium {
background-color: $alt_headerbar_bg;
color: $alt_headerbar_fg;
button { border-color: $_button_border_color; } // tab borders
menubar { color: $alt_headerbar_fg; }
menu, .menu, .context-menu { color: $fg_color; }
}
}

Expand Down
2 changes: 2 additions & 0 deletions gtk/src/Zukitwo/gtk-3.0/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,10 @@ $_button_border_color: darken($alt_headerbar_bg, 10%) !global;

window.background.chromium {
background-color: $alt_headerbar_bg;
color: $alt_headerbar_fg;
button { border-color: $_button_border_color; } // tab borders
menubar { color: $alt_headerbar_fg; }
menu, .menu, .context-menu { color: $fg_color; }
}
}

Expand Down

0 comments on commit ad3305e

Please sign in to comment.