From 351a1e4b30372c197f7912519ea73ddabed65b94 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Thu, 9 Nov 2023 21:19:25 +0200 Subject: [PATCH] Fix #11 color in workspaces indicator --- theme/gnome-shell_css/panel.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/gnome-shell_css/panel.css b/theme/gnome-shell_css/panel.css index 7a00814..44af478 100644 --- a/theme/gnome-shell_css/panel.css +++ b/theme/gnome-shell_css/panel.css @@ -32,6 +32,10 @@ background-color: ACCENT-DISABLED_HOVER; } +/* workspaces indicator in activities button (45+) */ +#panel .workspace-dot { + background-color: TEXT-PRIMARY-COLOR; +} /* indicator for active */ #panel .screencast-indicator,