Skip to content

Commit

Permalink
Fixed colors in Chrome menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
e00dan committed Apr 20, 2014
1 parent b7323d0 commit 2daa670
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gtk-2.0/styles/menu-menubar
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ style "menubar-item"
ythickness = 1
}

style "chrome_menu"
{
bg[NORMAL] = @text_color
}

style "chrome_menu_item"
{
Expand All @@ -169,4 +173,5 @@ class "GtkTearoffMenuItem" style "menuitem"
class "GtkMenuBar*" style "menubar"
widget_class "*<GtkMenuBar>*" style "menubar"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-item"
widget_class "*<GtkCustomMenu>*" style "chrome_menu"
widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"

0 comments on commit 2daa670

Please sign in to comment.