diff options
author | raveit65 <[email protected]> | 2013-08-15 11:38:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-08-15 11:38:02 +0200 |
commit | 71e3fabd95e2bc87cd535a2ded05491e9d659d1c (patch) | |
tree | 06c86841a75bce8ce6ad7ba9e03938b54572619c /desktop-themes/GreenLaguna | |
parent | 15baae1ab11ceba9c5380bee1a41bc223c08f8fb (diff) | |
download | mate-themes-71e3fabd95e2bc87cd535a2ded05491e9d659d1c.tar.bz2 mate-themes-71e3fabd95e2bc87cd535a2ded05491e9d659d1c.tar.xz |
GreenLaguguna fix for QT, follow latest gnomish-beige release
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 3 |
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" |