From 077e228cc08af06a08621af32739edf1eede5cb9 Mon Sep 17 00:00:00 2001 From: SamuDifferent Date: Fri, 14 Jun 2024 23:35:38 +0200 Subject: [PATCH] modified: gnome-shell/gnome-shell.css --- gnome-shell/gnome-shell.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index b1d5e22..5a5c536 100755 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -13,7 +13,7 @@ /* Show Apps icon */ .show-apps .overview-icon { - color: rgba(79, 73, 79, 1); + color: rgba(255, 90, 153, 1); } /* folders */ @@ -112,7 +112,7 @@ .page-navigation-arrow > StIcon { margin: 0; - color: rgba(40, 7, 43, 0.87); + color: rgba(255, 255, 255, 1); } .page-navigation-arrow:hover { @@ -121,7 +121,7 @@ } .page-navigation-arrow:hover > StIcon { - color: rgba(40, 7, 43, 0.87); + color: rgba(255, 90, 153, 1); background-color: rgba(0, 0, 0, 0); } @@ -210,7 +210,7 @@ /* pinned apps | running apps */ .dash-separator { - box-shadow: 0 0 0 0.25px rgba(40, 7, 43, 0.38); + box-shadow: 0 0 0 0.25px rgba(255, 90, 153, 1); } @@ -1444,7 +1444,7 @@ StEntry:focus { .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px; margin: 6px 0; - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(255, 90, 153, 1); } /* fix margins in separators */ @@ -1518,7 +1518,7 @@ StEntry:focus { .icon-button:focus, .quick-toggle:focus, .slider-bin:focus { - box-shadow: inset 0 0 0 2px rgba(148, 102, 153, 1) !important; + box-shadow: inset 0 0 0 2px rgba(255, 90, 153, 1) !important; } @@ -1571,15 +1571,15 @@ StEntry:focus { .quick-menu-toggle .quick-toggle:checked, .quick-menu-toggle .quick-toggle-arrow:checked { color: rgba(40, 7, 43, 0.87); - background-color: rgba(207, 127, 214, 1); + background-color: rgba(255, 90, 153, 1); border-color: transparent; } .quick-toggle:checked:hover, .quick-menu-toggle .quick-toggle:checked:hover, .quick-menu-toggle .quick-toggle-arrow:checked:hover { - color: rgba(40, 7, 43, 0.87); - background-color: rgba(195, 101, 204, 1); + color: rgba(255, 90, 153, 1); + background-color: rgba(255, 255, 255, 1); } @@ -1633,7 +1633,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0 } .quick-toggle-menu .header .icon.active { - background-color: rgba(207, 127, 214, 1); + background-color: rgba(255, 90, 153, 1); color: rgba(40, 7, 43, 0.87); }