Fix dark text of xfce desktop icons #39

This commit is contained in:
EliverLara
2019-11-16 13:35:26 -06:00
parent 8cd2b1bd3a
commit 87bb726259
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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};
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */