diff options
author | raveit65 <[email protected]> | 2014-11-01 01:13:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-01 12:44:52 +0100 |
commit | 050ad1d6ed809c71180f2cd52d78ba72c4ade931 (patch) | |
tree | 124e81ee0fcf3ee20ba10e8c58d09e3aa910a210 /desktop-themes/BlackMATE/gtk-2.0 | |
parent | 3d052752e08b46807eafb14999ee07e6c79aee03 (diff) | |
download | mate-themes-050ad1d6ed809c71180f2cd52d78ba72c4ade931.tar.bz2 mate-themes-050ad1d6ed809c71180f2cd52d78ba72c4ade931.tar.xz |
BlackMate GTK2: fix scrollbars in caja
Diffstat (limited to 'desktop-themes/BlackMATE/gtk-2.0')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-2.0/Styles/caja.rc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/desktop-themes/BlackMATE/gtk-2.0/Styles/caja.rc b/desktop-themes/BlackMATE/gtk-2.0/Styles/caja.rc index 42bdafcd..157e1fb6 100644 --- a/desktop-themes/BlackMATE/gtk-2.0/Styles/caja.rc +++ b/desktop-themes/BlackMATE/gtk-2.0/Styles/caja.rc @@ -50,18 +50,18 @@ style "caja-scrollbar" engine "murrine" { - #rgba = FALSE - border_shades = {0.3, 0.8} # draw a gradient on the border. - border_colors = { "#3b3b3e", "#3b3b3e" } - #contrast = 1.0 - glow_shade = 1.14 # sets glow amount for buttons or widgets - glowstyle = 0 # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal) - highlight_shade = 1.02 # set highlight amount for buttons or widgets - lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets - gradient_shades = {1.3, 0.8, 0.6, 0.34} - roundness = 8 - trough_shades = {1.0, 1.0} #{0.8, 2.0} - contrast = 0.0 + #rgba = FALSE + border_shades = {0.3, 0.8} # draw a gradient on the border. + border_colors = { "#3b3b3e", "#3b3b3e" } + #contrast = 1.0 + glow_shade = 1.14 # sets glow amount for buttons or widgets + glowstyle = 0 # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal) + highlight_shade = 1.02 # set highlight amount for buttons or widgets + lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets + gradient_shades = {0.34, 0.6, 0.6, 0.34} + roundness = 8 + trough_shades = {1.0, 1.0} #{0.8, 2.0} + contrast = 0.0 } } |