From 345b88e5f2d038f908c68b5f525e06bebe804789 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 8 Mar 2022 21:31:16 +0900 Subject: feat(home/base): use accent color on active workspace --- 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 195fb2d..029c5f2 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: #${foreground}; + color: #${color2}; background-color: #${alt0}; } -- cgit 1.4.1