diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-06 18:28:15 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-06 18:32:27 +0100 |
commit | 1e8dab99d116e2618f4b496126874bb1fa1fe7de (patch) | |
tree | 333c462a74487c70e93cc93b8e1f1d6679be5eed | |
parent | 82a0e6e5ae6aa180c1dfab105391409534f6a1b0 (diff) | |
download | mate-themes-1e8dab99d116e2618f4b496126874bb1fa1fe7de.tar.bz2 mate-themes-1e8dab99d116e2618f4b496126874bb1fa1fe7de.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); |