diff options
author | raveit65 <[email protected]> | 2014-10-20 16:36:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-31 21:47:51 +0100 |
commit | 86b4a9f5aca07c10ae5e25b3204cebcb36baa709 (patch) | |
tree | fa35d68cc52642b703a11e07e3f00e9f975ddcbb /desktop-themes | |
parent | 699d5c936d5a1d870471c8c40a356f8026883867 (diff) | |
download | mate-themes-86b4a9f5aca07c10ae5e25b3204cebcb36baa709.tar.bz2 mate-themes-86b4a9f5aca07c10ae5e25b3204cebcb36baa709.tar.xz |
GTK2: change style of progressbar in BackMate and GreenLaguna theme
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-2.0/gtkrc | 6 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop-themes/BlackMATE/gtk-2.0/gtkrc b/desktop-themes/BlackMATE/gtk-2.0/gtkrc index 66992007..502e0f84 100644 --- a/desktop-themes/BlackMATE/gtk-2.0/gtkrc +++ b/desktop-themes/BlackMATE/gtk-2.0/gtkrc @@ -251,15 +251,15 @@ style "murrine-progressbar" { xthickness = 0 ythickness = 0 - bg[SELECTED] = "#808080" # sets the progressbar color + bg[SELECTED] = shade (0.6, "#3B3B3E") # sets the progressbar color engine "murrine" { glazestyle = 1 highlight_shade = 1.1 glow_shade = 2.0 - gradient_shades = {2.2, 1.0, 1.0, 2.2} - 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 diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc index 2ea537d8..4a07f718 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -238,15 +238,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 |