From d35f2d375b48f3d5fd38d9fa79f182b0848452fd Mon Sep 17 00:00:00 2001 From: raresvis Date: Thu, 22 Jun 2017 23:07:59 +0300 Subject: [PATCH] gnome-shell.css: Make search result description semitransparent --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 8f0ee94ed..007741dde 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1188,7 +1188,7 @@ StScrollBar { color: #e2e2df; } .list-search-result-description { - color: #cacac4; + color: rgba(202, 202, 196, 0.5); margin-left: 30px; } .search-provider-icon {