diff options
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); } |