diff options
author | lukefromdc <[email protected]> | 2017-06-15 11:49:31 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-06-15 11:49:31 -0400 |
commit | c0f54222576aa829f83d79e8d92298959bfeaee3 (patch) | |
tree | 2907cf461cca08a41e54a1c36ca83c377ba9d303 /desktop-themes | |
parent | 4729d00175ff94f04806058e7800cfe74c4aae7d (diff) | |
download | mate-themes-c0f54222576aa829f83d79e8d92298959bfeaee3.tar.bz2 mate-themes-c0f54222576aa829f83d79e8d92298959bfeaee3.tar.xz |
BlackMATE: Google Chrome: better looking bg color behind tabs
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/other-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index f77727dd..9a90e573 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -316,6 +316,6 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta } .chromium menubar:not(:backdrop) { - background-color: #000000; + background-color: shade(@theme_bg_color, 0.65); } |