diff options
author | raveit65 <[email protected]> | 2014-10-20 16:36:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-20 16:36:28 +0200 |
commit | 3b13148968b1f8f54e10216b97ecd001060c9971 (patch) | |
tree | 64b50d9ed8a569192c6e69516b7634d4068d6581 /desktop-themes/GreenLaguna/gtk-2.0 | |
parent | f50e32ead5302062408a4b04d5de1849280ed272 (diff) | |
download | mate-themes-3b13148968b1f8f54e10216b97ecd001060c9971.tar.bz2 mate-themes-3b13148968b1f8f54e10216b97ecd001060c9971.tar.xz |
GTK2: change style of progressbar in BackMate and GreenLaguna theme
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-2.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc index 0549eecf..d9633ec2 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -239,15 +239,15 @@ style "murrine-progressbar" { xthickness = 0 ythickness = 0 - bg[SELECTED] = "#C3C5C3" # sets the progressbar color + bg[SELECTED] = shade (0.75, @bg_color) # sets the progressbar color engine "murrine" { glazestyle = 1 highlight_shade = 1.1 glow_shade = 2.0 - gradient_shades = {3.0, 1.0, 1.0, 3.0} - progressbarstyle = 1 # 0 = nothing, 1 = striped, 2 = cells + gradient_shades = {1.4, 1.0, 1.0, 1.4} + progressbarstyle = 0 # 0 = nothing, 1 = striped, 2 = cells contrast = 1.130 # Darken unfilled progressbar background roundness = 12 #animation = TRUE |