Gnome: Fix dark color in entries placeholders

This commit is contained in:
EliverLara
2020-05-15 17:06:06 -05:00
parent 569fa896cd
commit a4f3024686
3 changed files with 8 additions and 5 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 #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,

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 #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,