diff options
Diffstat (limited to 'desktop-themes/BlackMATE/gtk-2.0/gtkrc')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-2.0/gtkrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlackMATE/gtk-2.0/gtkrc b/desktop-themes/BlackMATE/gtk-2.0/gtkrc index 81ad3687..b053cde0 100644 --- a/desktop-themes/BlackMATE/gtk-2.0/gtkrc +++ b/desktop-themes/BlackMATE/gtk-2.0/gtkrc @@ -376,9 +376,9 @@ style "misc-panel" roundness=3 } - bg[NORMAL] = "#4b4a46" # for the (dark) Ambiance background + bg[NORMAL] = shade (0.9, "#666669") # for the (dark) Ambiance background bg[PRELIGHT] = "#c6b9a6" #for the (dark) Ambiance background - bg[SELECTED] = shade (0.6, "#3b3b3e") # to be compatible with menus +# bg[SELECTED] = shade (4.2, "#3b3b3e") # to be compatible with menus fg[NORMAL] = "#FFFFFF" # for dark panel #fg[PRELIGHT] = "#FFFFFF" |