From c0a4c50e135a6ee74264c962292c6465bcfc045d Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sun, 19 Sep 2021 15:19:49 -0500 Subject: [PATCH] Gnome-shell: Fix dark text in entries placeholders --- gnome-shell/_common.scss | 2 ++ gnome-shell/gnome-shell.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 85f392a..2cf42d8 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -76,6 +76,8 @@ StEntry { warning-color: $warning_color; padding: 0 4px; } + + StLabel.hint-text { color: transparentize($fg_color, 0.3); } } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 5eadb45..889c291 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -112,6 +112,8 @@ StEntry { icon-size: 16px; warning-color: #f47d49; padding: 0 4px; } + StEntry StLabel.hint-text { + color: rgba(118, 119, 122, 0.7); } /* Scrollbars */ StScrollView.vfade { @@ -501,7 +503,7 @@ StScrollBar { box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } .popup-menu .popup-menu-content { padding: 15px 0; - background-color: #181b28; + background-color: #1A1E21; border-radius: 7px; } .popup-menu .popup-menu-item { spacing: 5px;