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:
@@ -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};
|
||||
@@ -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 #1c2124;
|
||||
@define-color budgie_tasklist_indicator_color #F67E7D;
|
||||
@define-color budgie_tasklist_indicator_color_active #F67E7D;
|
||||
@define-color placeholder_text_color #646669;
|
||||
/*****************
|
||||
* 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 #1c2124;
|
||||
@define-color budgie_tasklist_indicator_color #F67E7D;
|
||||
@define-color budgie_tasklist_indicator_color_active #F67E7D;
|
||||
@define-color placeholder_text_color #646669;
|
||||
/*****************
|
||||
* Drawing mixins *
|
||||
*****************/
|
||||
|
||||
Reference in New Issue
Block a user