about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 16:48:25 +0900
committersefidel <contact@sefidel.net>2022-03-12 16:48:25 +0900
commit9284710dc3a584e71281922cfacd53a67e1c5ad1 (patch)
tree132bb9d0ab8b9835799348e1a0e451e053b95b55 /home/profiles/base
parent170ae56edf9ac9a5e0d4585472a1adc186b99477 (diff)
downloadnixrc-9284710dc3a584e71281922cfacd53a67e1c5ad1.tar.gz
nixrc-9284710dc3a584e71281922cfacd53a67e1c5ad1.zip
Revert "feat(home/base): use accent color on active workspace"
This reverts commit c91ef209a412d5f4ef61df53c5b44706618cf2b4.
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/config/waybar/style.nix2
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};
   }