The original patches fix the issue, but don't look very nice. There are now
better patches available (4 commits total, but still a small change):

https://github.com/mate-desktop/mate-themes/commit/b471395f38fa682bbc4d788703e9e3de38016310
https://github.com/mate-desktop/mate-themes/compare/fc73a47e8b842d7eb2bf973f377e23a574303ec0...c0f54222576aa829f83d79e8d92298959bfeaee3

I've attached these two patches (2nd one is combined).
From b471395f38fa682bbc4d788703e9e3de38016310 Mon Sep 17 00:00:00 2001
From: raveit65 <[email protected]>
Date: Sat, 10 Jun 2017 07:57:46 +0200
Subject: [PATCH] Gtk+-3.20 BlackMATE: change menuitem accelerator font color

---
 desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index a0242f41..4ee24cdb 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -2217,7 +2217,7 @@ menu > arrow:disabled,
 menuitem accelerator,
 menu menuitem accelerator,
 .menu menuitem accelerator {
-    color: alpha(@theme_main_color, 0.66);
+    color: alpha(@theme_fg_color, 0.66);
 }
 
 menuitem accelerator:hover,
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
index e1d9a99e..9a90e573 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
@@ -305,3 +305,17 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta
     background-color: shade(@less_dark_color, 2.4);
 }
 
+/******************
+ * Google Chrome *
+ *****************/
+
+.chromium textview.view,
+.chromium textview.view text {
+    background-color: shade(@theme_bg_color, 1.15);
+    color: @theme_selected_fg_color;
+}
+
+.chromium menubar:not(:backdrop) {
+    background-color: shade(@theme_bg_color, 0.65);
+}
+

  • Bug#864618: Ayke van Laethem

Reply via email to