Skip to content

Commit

Permalink
modified for swing menu visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kinocz committed Jan 24, 2016
1 parent fafd278 commit 0a65d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk-2.0/gtkrc
Expand Up @@ -291,7 +291,7 @@ style "menu"
fg[NORMAL] = @fg_color # Color for normal text.
fg[PRELIGHT] = @base_color
fg[SELECTED] = @base_color
fg[ACTIVE] = @base_color
fg[ACTIVE] = @fg_color
fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) # Text color for non-interactive menu items
text[NORMAL] = @text_color # Color for menu-item radio/checks.
base[NORMAL] = @bg_color # Color for menu-item radio/checks background.
Expand Down Expand Up @@ -346,7 +346,7 @@ style "menubar-menuitem"
style "separator-menu-item"
{
xthickness = 1
ythickness = 0
ythickness = 1

GtkSeparatorMenuItem::horizontal-padding = 2

Expand Down

0 comments on commit 0a65d02

Please sign in to comment.