From a4f302468627af65300df26136f1662deb81a3d2 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 15 May 2020 17:06:06 -0500 Subject: [PATCH] Gnome: Fix dark color in entries placeholders --- gtk-3.0/_colors-public.scss | 3 ++- gtk-3.0/gtk-dark.css | 5 +++-- gtk-3.0/gtk.css | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) 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 faae5c6..6e40497 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 #181b28; @define-color budgie_tasklist_indicator_color #0072ff; @define-color budgie_tasklist_indicator_color_active #0072ff; +@define-color placeholder_text_color #a1a5b0; /***************** * Drawing mixins * *****************/ @@ -2600,7 +2601,7 @@ headerbar { .titlebar .linked:not(.vertical) > entry:focus, .titlebar entry:focus, headerbar .linked:not(.vertical) > entry:focus, headerbar entry:focus { - border-color: #dea008; } + border-color: #005bcc; } .titlebar .linked:not(.vertical) > entry:backdrop, .titlebar entry:backdrop, headerbar .linked:not(.vertical) > entry:backdrop, headerbar entry:backdrop { @@ -2608,7 +2609,7 @@ headerbar { .titlebar .linked:not(.vertical) > entry image:hover, .titlebar entry image:hover, headerbar .linked:not(.vertical) > entry image:hover, headerbar entry image:hover { - color: #f7b922; } + color: #0072ff; } .selection-mode.titlebar button:backdrop.flat:active, .selection-mode.titlebar button:backdrop.flat:checked, .selection-mode.titlebar button:backdrop:active, .selection-mode.titlebar button:backdrop:checked, headerbar.selection-mode button:backdrop.flat:active, headerbar.selection-mode button:backdrop.flat:checked, diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 9bc0776..cc0c489 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 #ebf0f5; @define-color budgie_tasklist_indicator_color #0072ff; @define-color budgie_tasklist_indicator_color_active #0072ff; +@define-color placeholder_text_color #565b61; /***************** * Drawing mixins * *****************/ @@ -2607,7 +2608,7 @@ headerbar { .titlebar .linked:not(.vertical) > entry:focus, .titlebar entry:focus, headerbar .linked:not(.vertical) > entry:focus, headerbar entry:focus { - border-color: #f7b922; } + border-color: #0072ff; } .titlebar .linked:not(.vertical) > entry:backdrop, .titlebar entry:backdrop, headerbar .linked:not(.vertical) > entry:backdrop, headerbar entry:backdrop { @@ -2615,7 +2616,7 @@ headerbar { .titlebar .linked:not(.vertical) > entry image:hover, .titlebar entry image:hover, headerbar .linked:not(.vertical) > entry image:hover, headerbar entry image:hover { - color: #f7b922; } + color: #0072ff; } .selection-mode.titlebar button:backdrop.flat:active, .selection-mode.titlebar button:backdrop.flat:checked, .selection-mode.titlebar button:backdrop:active, .selection-mode.titlebar button:backdrop:checked, headerbar.selection-mode button:backdrop.flat:active, headerbar.selection-mode button:backdrop.flat:checked,