From 97700a95e1aa118133d4e87aeafadcbca73b1049 Mon Sep 17 00:00:00 2001 From: raveit Date: Thu, 11 Apr 2013 09:34:56 +0200 Subject: update GreenLaguna README --- desktop-themes/GreenLaguna/README | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'desktop-themes/GreenLaguna') 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. -- cgit v1.2.1