diff options
Diffstat (limited to 'gtk-2.0/gtkrc')
-rw-r--r-- | gtk-2.0/gtkrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 4b93c4e..3013c73 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -4,7 +4,8 @@ gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. gtk-auto-mnemonics = 1 gtk-primary-button-warps-slider = 1 -include "panel.rc" # This includes the file that handles the panels. +include "apps.rc" +include "panel.rc" # This includes the file that handles the panels. style "default" { @@ -689,7 +690,7 @@ style "menubar" { bg[NORMAL] = "#e7e8eb" fg[NORMAL] = "#70788d" fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.8, "#70788d") + fg[INSENSITIVE] = shade(1.3, "#70788d") xthickness = 0 ythickness = 0 |