From acc9a4008cc2caba9856a94cb1ccbf59b24b4a97 Mon Sep 17 00:00:00 2001 From: raveit Date: Thu, 11 Apr 2013 09:32:57 +0200 Subject: GreenLaguna: add a posibillity for changing the background color of the panel for dark ambiance, useful for a transparency panel with a dark DE background. --- desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc index ab845a42..26086e82 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -361,12 +361,16 @@ style "misc-panel" roundness=3 } - bg[NORMAL] = "#C2D0BD" # for the (dark) Ambiance background - bg[PRELIGHT] = "#AEC6A6" #for the (dark) Ambiance background + bg[NORMAL] = "#C2D0BD" # for the (light) Ambiance background +# bg[NORMAL] = "#5A6C5F" # for the (dark) Ambiance background + bg[PRELIGHT] = "#AEC6A6" #for the (light) Ambiance background +# bg[PRELIGHT] = "#C7E3BE" #for the (dark) Ambiance background bg[SELECTED] = shade (0.6, @bg_color) # to be compatible with menus +# bg[SELECTED] = shade (1.08, @bg_color) # to be compatible with menus (dark) Ambiance background fg[NORMAL] = "#000000" # for light panel # fg[NORMAL] = "#FFFFFF" # for dark panel - #fg[PRELIGHT] = "#FFFFFF" +# fg[PRELIGHT] = "#000000" # for dark panel +# fg[SELECTED] = "#000000" # for dark panel # font_name = "Bitstream Charter Bold 9" xthickness = 2 -- cgit v1.2.1