From 9284710dc3a584e71281922cfacd53a67e1c5ad1 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Mar 2022 16:48:25 +0900 Subject: Revert "feat(home/base): use accent color on active workspace" This reverts commit c91ef209a412d5f4ef61df53c5b44706618cf2b4. --- home/profiles/base/config/waybar/style.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles') diff --git a/home/profiles/base/config/waybar/style.nix b/home/profiles/base/config/waybar/style.nix index 029c5f2..195fb2d 100644 --- a/home/profiles/base/config/waybar/style.nix +++ b/home/profiles/base/config/waybar/style.nix @@ -26,7 +26,7 @@ with neotheme.colors; } #workspaces button.focused { - color: #${color2}; + color: #${foreground}; background-color: #${alt0}; } -- cgit 1.4.1