diff --git a/gtk-3.0/_colors-public.scss b/gtk-3.0/_colors-public.scss index 23738e1..9330a91 100755 --- a/gtk-3.0/_colors-public.scss +++ b/gtk-3.0/_colors-public.scss @@ -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}; \ No newline at end of file +@define-color budgie_tasklist_indicator_color_active #{"" +$selected_bg_color}; +@define-color placeholder_text_color #{"" +$backdrop_text_color}; \ No newline at end of file diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index fc1a78e..4510e19 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -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 * *****************/ diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index fc1a78e..4510e19 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -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 * *****************/