[gnome-shell] theme/entries: Set entry hint-text color



commit 7638485f9e47a64b5d4827dcd95f038fd4825eef
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Mon Jan 20 15:27:55 2020 +0100

    theme/entries: Set entry hint-text color
    
    Set the color for hint-texts in entries to a more transparent value so
    it's clear that this is a hint, not the actual text inside the entry.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/944

 data/theme/gnome-shell-sass/widgets/_entries.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_entries.scss 
b/data/theme/gnome-shell-sass/widgets/_entries.scss
index aa437aac93..7a8a50ee64 100644
--- a/data/theme/gnome-shell-sass/widgets/_entries.scss
+++ b/data/theme/gnome-shell-sass/widgets/_entries.scss
@@ -20,4 +20,5 @@ StEntry {
     icon-size: $base_icon_size;
     padding: 0 4px;
   }
-}
\ No newline at end of file
+  StLabel.hint-text { color: transparentize($fg_color, 0.3); }
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]