mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome: Fix dark color in entries placeholders
This commit is contained in:
@@ -95,3 +95,4 @@ 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 placeholder_text_color #{"" +$backdrop_text_color};
|
||||
@@ -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 #c50ed2;
|
||||
@define-color budgie_tasklist_indicator_color_active #c50ed2;
|
||||
@define-color placeholder_text_color #a1a5b0;
|
||||
/*****************
|
||||
* Drawing mixins *
|
||||
*****************/
|
||||
|
||||
@@ -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 #c50ed2;
|
||||
@define-color budgie_tasklist_indicator_color_active #c50ed2;
|
||||
@define-color placeholder_text_color #a1a5b0;
|
||||
/*****************
|
||||
* Drawing mixins *
|
||||
*****************/
|
||||
|
||||
Reference in New Issue
Block a user