summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit <[email protected]>2013-04-11 09:32:57 +0200
committerraveit <[email protected]>2013-04-11 09:32:57 +0200
commitacc9a4008cc2caba9856a94cb1ccbf59b24b4a97 (patch)
tree3ada00fad0ab78e2bea68836b1376f78b76718c0 /desktop-themes/GreenLaguna
parent1c85324f77678187f3ab7f31df3cc6eb032bb491 (diff)
downloadmate-themes-acc9a4008cc2caba9856a94cb1ccbf59b24b4a97.tar.bz2
mate-themes-acc9a4008cc2caba9856a94cb1ccbf59b24b4a97.tar.xz
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.
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-2.0/gtkrc10
1 files changed, 7 insertions, 3 deletions
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