mirror of
https://github.com/EliverLara/Nordic.git
synced 2026-08-24 10:04:25 -05:00
Fix dark text of xfce desktop icons #39
This commit is contained in:
@@ -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};
|
||||
|
||||
@@ -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
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user