From 680eccb4c7848c70c452f776639e74efa0233d38 Mon Sep 17 00:00:00 2001 From: SamuDifferent Date: Tue, 25 Jun 2024 18:28:36 +0200 Subject: [PATCH] modified: gnome-shell/gnome-shell.css multiple color changes --- gnome-shell/gnome-shell.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 0e1d433..8669a5c 100755 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -17,8 +17,8 @@ color: rgba(40, 7, 43, 0.87); } -.overview-tile { - background-color: rgba(255, 255, 255, 1); +.icon-grid .overview-tile { + background-color: rgba(255, 167, 199, 1); color: #000; } @@ -50,7 +50,7 @@ #dash .show-apps:hover .overview-icon, #dash .show-apps:focus .overview-icon { box-shadow: inset 0 0 4px 1px rgba(148, 102, 153, 0.4); - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 1); } /* effect when creating new folder */ @@ -110,7 +110,7 @@ .page-indicator .page-indicator-icon { - background-color: rgba(40, 7, 43, 0.6); + background-color: rgba(255, 90, 153, 1); } @@ -1350,7 +1350,7 @@ StEntry:focus { .panel-button:hover .clock, .panel-button:active, .panel-button:active .clock { - background-color: rgba(227, 203, 230, 0.95); + background-color: rgba(255, 167, 199, 1); } /* workspaces indicator in activities button (45+) */ @@ -1911,13 +1911,18 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0 /* search result listitem -> item title (with leading icon) */ .list-search-result .list-search-result-title { - color: rgb(255, 255, 255); + color: rgba(0, 0, 0, 1); } /* search result listitem -> item description */ .list-search-result .list-search-result-description { color: rgba(40, 7, 43, 0.6); } +.list-search-result, +.search-provider-icon { + background-color: rgba(255, 167, 199, 1); +} + .list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover,