diff options
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/other-applications.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index e1d9a99e..f57e1b43 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -305,3 +305,13 @@ 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; +} + |