diff options
author | raveit65 <[email protected]> | 2014-05-03 21:14:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-03 21:14:20 +0200 |
commit | cf6fd5bdc205576d4aba843925b3bdda6eba9d31 (patch) | |
tree | 42fb0580cc9352bebd29a864bcb1b29936dbb3c7 /desktop-themes | |
parent | 3ff1c4a8e751dc61bffdbe3ef764003127376624 (diff) | |
download | mate-themes-cf6fd5bdc205576d4aba843925b3bdda6eba9d31.tar.bz2 mate-themes-cf6fd5bdc205576d4aba843925b3bdda6eba9d31.tar.xz |
BlueMenta GTK3: improve panel separator color
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 90a8da8c..ceb1e903 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -213,7 +213,7 @@ PanelSeparator { to (shade (@theme_bg_color, 1.05))); -unico-inner-stroke-width: 0; -unico-outer-stroke-width: 0; - color: @dark_fg_color; + color: shade (@theme_bg_color, 0.85); text-shadow: none; } |