Gnome: Fix dark color in entries placeholders

This commit is contained in:
EliverLara
2020-05-15 17:06:06 -05:00
parent 49e7b6eb28
commit 76b2efb5ba
3 changed files with 4 additions and 1 deletions

View File

@@ -94,4 +94,5 @@ read if you used those and something break with a version upgrade you're on your
//Budgie desktop
@define-color budgie_tasklist_indicator_color #{"" +$selected_bg_color};
@define-color budgie_tasklist_indicator_color_active #{"" +$selected_bg_color};
@define-color budgie_tasklist_indicator_color_active #{"" +$selected_bg_color};
@define-color placeholder_text_color #{"" +$backdrop_text_color};

View File

@@ -58,6 +58,7 @@ read if you used those and something break with a version upgrade you're on your
@define-color content_view_bg #181b28;
@define-color budgie_tasklist_indicator_color #f7b922;
@define-color budgie_tasklist_indicator_color_active #f7b922;
@define-color placeholder_text_color #a1a5b0;
/*****************
* Drawing mixins *
*****************/

View File

@@ -58,6 +58,7 @@ read if you used those and something break with a version upgrade you're on your
@define-color content_view_bg #ebf0f5;
@define-color budgie_tasklist_indicator_color #f7b922;
@define-color budgie_tasklist_indicator_color_active #f7b922;
@define-color placeholder_text_color #565b61;
/*****************
* Drawing mixins *
*****************/