summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-26 14:06:04 +0200
committerraveit65 <[email protected]>2016-04-26 14:06:04 +0200
commitea4ff9f10586b884e8c2f68a88ec799db78d3eaa (patch)
treed13a8f11968ecccfd0b97aa627a51a6d141ef778 /desktop-themes/BlackMATE
parent2161d20c9c8e7ace63352798c0750ffdb96088e9 (diff)
downloadmate-themes-ea4ff9f10586b884e8c2f68a88ec799db78d3eaa.tar.bz2
mate-themes-ea4ff9f10586b884e8c2f68a88ec799db78d3eaa.tar.xz
GTK+-3.20 BlackMate: fix fg color of text selection
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 6e502343..e3021971 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -261,8 +261,10 @@ GtkHTML { /* For Evolution (not enough; see entries section below) */
color: @theme_main_color;
}
-textview text selection, textview text selection:focus {
+textview text selection,
+textview text selection:focus {
background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
}
/* This is for highlighting the current line in source views. */