From cf0e1f6cbaaa599e41e0460f6d2cd1cfad5334a0 Mon Sep 17 00:00:00 2001 From: raveit Date: Sun, 23 Jun 2013 15:12:18 +0200 Subject: fix panel-applets menu selected bg BlackMATE --- desktop-themes/BlackMATE/gtk-2.0/gtkrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-themes/BlackMATE/gtk-2.0') 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" -- cgit v1.2.1