summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-26 14:06:04 +0200
committerraveit65 <[email protected]>2016-04-26 14:06:55 +0200
commite60874ed70265edfdee0ab8f948e749971f03c99 (patch)
treed13a8f11968ecccfd0b97aa627a51a6d141ef778 /desktop-themes
parent15677842c75e3db6eda04f78822ace5a5e0201d5 (diff)
downloadmate-themes-e60874ed70265edfdee0ab8f948e749971f03c99.tar.bz2
mate-themes-e60874ed70265edfdee0ab8f948e749971f03c99.tar.xz
GTK+-3.20 BlackMate: fix fg color of text selection
Diffstat (limited to 'desktop-themes')
-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. */