diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-06 18:28:15 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-06 18:28:15 +0100 |
commit | ee4fa7fce2186c5c104997a2dbc35cdd88884e62 (patch) | |
tree | 0183e9ccf1ac0854c07cff4beb729da9ec19c720 | |
parent | 55054ee2472c37c8f6eecc7a7bb53514f5cc267c (diff) | |
download | mate-themes-ee4fa7fce2186c5c104997a2dbc35cdd88884e62.tar.bz2 mate-themes-ee4fa7fce2186c5c104997a2dbc35cdd88884e62.tar.xz |
GTK+-3.20 BlueMenta: adjust sidebar bg color
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css index a2cb0048..90dfed7a 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css @@ -31,7 +31,7 @@ @define-color inactive_frame_color #ccc; -@define-color sidebar_bg shade (@theme_bg_color, 1.025); +@define-color sidebar_bg shade (@theme_bg_color, 1.08); @define-color sidebar_bg_unfocused mix(@sidebar_bg, @theme_unfocused_base_color, 0.5); @define-color sidebar_scrollbar_trough shade(@sidebar_bg, 0.8); |