summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna/gtk-2.0/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-2.0/gtkrc')
-rw-r--r--desktop-themes/GreenLaguna/gtk-2.0/gtkrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc
index 26086e82..5fa45486 100644
--- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc
+++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc
@@ -190,7 +190,8 @@ style "murrine-button"
bg[NORMAL] = shade (0.9, @bg_color) #1.0
bg[PRELIGHT] = shade (1.0, @bg_color)
#bg[SELECTED] = shade (1.0, @bg_color)
- bg[ACTIVE] = shade (0.9, @bg_color)
+ # QT need this
+ bg[ACTIVE] = "#ADC6A6"
bg[INSENSITIVE] = @bg_color
fg[ACTIVE] = "#000000"
fg[PRELIGHT] = "#000000"