diff options
author | sefidel <contact@sefidel.net> | 2022-03-03 23:26:30 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-03 23:26:30 +0900 |
commit | e25bf9bca2703adc3b8552490f1d8bd53091e518 (patch) | |
tree | a20bbba3d5b0c71d929163600d5ad7752be9f569 /home/profiles/base/config/waybar | |
parent | 15efa700534078bc27aa183e1af8214a651b68d1 (diff) | |
download | nixrc-e25bf9bca2703adc3b8552490f1d8bd53091e518.tar.gz nixrc-e25bf9bca2703adc3b8552490f1d8bd53091e518.zip |
chore: fix colors
Diffstat (limited to 'home/profiles/base/config/waybar')
-rw-r--r-- | home/profiles/base/config/waybar/style.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/base/config/waybar/style.nix b/home/profiles/base/config/waybar/style.nix index 61caebb..195fb2d 100644 --- a/home/profiles/base/config/waybar/style.nix +++ b/home/profiles/base/config/waybar/style.nix @@ -27,7 +27,7 @@ with neotheme.colors; #workspaces button.focused { color: #${foreground}; - background-color: #${alt1}; + background-color: #${alt0}; } #workspaces button.urgent { @@ -40,7 +40,7 @@ with neotheme.colors; #workspaces button:hover { color: #${foreground}; - background: #${alt0}; + background: #${alt1}; box-shadow: inherit; text-shadow: inherit; } |