summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-11 02:28:23 -0700
committerStefano Karapetsas <[email protected]>2013-04-11 02:28:23 -0700
commitcd07546d4dfbf9537d0aad645859245995d46fc5 (patch)
tree64bd9c5a6759cc5bcfb8f867a6c56c2b68e7bc02
parent1c85324f77678187f3ab7f31df3cc6eb032bb491 (diff)
parent97700a95e1aa118133d4e87aeafadcbca73b1049 (diff)
downloadmate-themes-cd07546d4dfbf9537d0aad645859245995d46fc5.tar.bz2
mate-themes-cd07546d4dfbf9537d0aad645859245995d46fc5.tar.xz
Merge pull request #35 from NiceandGently/master
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.
-rw-r--r--desktop-themes/GreenLaguna/README49
-rw-r--r--desktop-themes/GreenLaguna/gtk-2.0/gtkrc10
2 files changed, 56 insertions, 3 deletions
diff --git a/desktop-themes/GreenLaguna/README b/desktop-themes/GreenLaguna/README
index e7fbd2f9..84828505 100644
--- a/desktop-themes/GreenLaguna/README
+++ b/desktop-themes/GreenLaguna/README
@@ -12,3 +12,52 @@ select {
input {
color: #000 !important;
}
+
+
+There is a posibillity for changing the background color of the panel for dark ambiance,
+useful for a transparency panel with a dark DE background,
+Edit the gtkrc file in the gtk-2.0 folder.
+
+change those lines
+
+style "misc-panel"
+{
+ engine "murrine"
+ {
+ rgba = FALSE
+ roundness=3
+ }
+
+ 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] = "#000000" # for dark panel
+# fg[SELECTED] = "#000000" # for dark panel
+
+to this ones
+
+style "misc-panel"
+{
+ engine "murrine"
+ {
+ rgba = FALSE
+ roundness=3
+ }
+
+# 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 (light) Ambiance background
+ 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] = "#000000" # for dark panel
+ fg[SELECTED] = "#000000" # for dark panel
+
+Have fun.
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