Skip to content

Commit

Permalink
GTK2: Fix #63
Browse files Browse the repository at this point in the history
  • Loading branch information
nana-4 committed Aug 26, 2016
1 parent 9f3435b commit 19e6f5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtk-2.0/main.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,9 @@ style "default" {

style "menubar" {

fg[NORMAL] = mix(0.75, @selected_fg_color, @headerbar_color)
bg[NORMAL] = @headerbar_color
fg[PRELIGHT] = @selected_fg_color
# Needed to fix Firefox's menubar text
bg[SELECTED] = mix(0.15, @selected_fg_color, @headerbar_color)
fg[SELECTED] = @selected_fg_color
Expand Down

0 comments on commit 19e6f5b

Please sign in to comment.