From 4e6cd221d43d600524d2ccea91194166fe1765e8 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sun, 19 Sep 2021 15:35:45 -0500 Subject: [PATCH] Rebuild shell theme --- gnome-shell/v40/_common.scss | 3 +++ gnome-shell/v40/gnome-shell.css | 2 ++ 2 files changed, 5 insertions(+) diff --git a/gnome-shell/v40/_common.scss b/gnome-shell/v40/_common.scss index e371d3a..f4add98 100644 --- a/gnome-shell/v40/_common.scss +++ b/gnome-shell/v40/_common.scss @@ -75,6 +75,9 @@ StEntry { warning-color: $warning_color; padding: 0 4px; } + + StLabel.hint-text { color: transparentize($fg_color, 0.3); } + } diff --git a/gnome-shell/v40/gnome-shell.css b/gnome-shell/v40/gnome-shell.css index 4aa5ab5..ee228c6 100644 --- a/gnome-shell/v40/gnome-shell.css +++ b/gnome-shell/v40/gnome-shell.css @@ -111,6 +111,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 {