diff options
author | Horst3180 | 2015-09-09 21:19:57 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-09 23:50:14 +0200 |
commit | 4097e62e012ed929335ddde7fc9719ee763d731f (patch) | |
tree | 8c7633484a9f55fec0cf59124be4e3002da86729 /common/gtk-2.0/main.rc | |
parent | e0da453e5255a7efeaa23b080dcc592517c09f86 (diff) | |
download | solarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.tar.gz solarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.tar.xz solarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.zip |
tweak color scheme and window buttons
Diffstat (limited to 'common/gtk-2.0/main.rc')
-rw-r--r-- | common/gtk-2.0/main.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc index c27dd21..85116e6 100644 --- a/common/gtk-2.0/main.rc +++ b/common/gtk-2.0/main.rc @@ -683,9 +683,9 @@ style "menu" { GtkMenuItem::arrow-scaling = 0.4 - bg[NORMAL] = @base_color - bg[INSENSITIVE] = @base_color - bg[PRELIGHT] = @base_color + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator |