From 87bb726259ef8c8d782d8a66dcb9ae78fc608493 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 16 Nov 2019 13:35:26 -0600 Subject: [PATCH] Fix dark text of xfce desktop icons #39 --- gtk-3.0/_colors-public.scss | 2 +- gtk-3.0/gtk-dark.css | 2 +- gtk-3.0/gtk.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/_colors-public.scss b/gtk-3.0/_colors-public.scss index 23738e1..520b2f1 100755 --- a/gtk-3.0/_colors-public.scss +++ b/gtk-3.0/_colors-public.scss @@ -22,7 +22,7 @@ @define-color theme_selected_bg_color #{"" +$selected_bg_color}; /* text/foreground color of selections */ -@define-color theme_selected_fg_color #{"" +$selected_fg_color}; +@define-color theme_selected_fg_color #fff; /* base background color of disabled widgets */ @define-color insensitive_bg_color #{"" +$insensitive_bg_color}; diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index ca87a0a..f0cf386 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -13,7 +13,7 @@ /* base background color of selections */ @define-color theme_selected_bg_color #8fbcbb; /* text/foreground color of selections */ -@define-color theme_selected_fg_color #2e3440; +@define-color theme_selected_fg_color #fff; /* base background color of disabled widgets */ @define-color insensitive_bg_color #404859; /* text foreground color of disabled widgets */ diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index ca87a0a..f0cf386 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -13,7 +13,7 @@ /* base background color of selections */ @define-color theme_selected_bg_color #8fbcbb; /* text/foreground color of selections */ -@define-color theme_selected_fg_color #2e3440; +@define-color theme_selected_fg_color #fff; /* base background color of disabled widgets */ @define-color insensitive_bg_color #404859; /* text foreground color of disabled widgets */