diff options
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/config/waybar/style.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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}; } |