about summary refs log tree commit diff
path: root/home/profiles/base/config/waybar/style.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-03 23:15:34 +0900
committersefidel <contact@sefidel.net>2022-03-03 23:15:34 +0900
commit15efa700534078bc27aa183e1af8214a651b68d1 (patch)
tree779d95802625255239dca64f11d7b7ff94b3a604 /home/profiles/base/config/waybar/style.nix
parent7a8fed43c42d0a72de3d6847ced166f1d6a44009 (diff)
downloadnixrc-15efa700534078bc27aa183e1af8214a651b68d1.tar.gz
nixrc-15efa700534078bc27aa183e1af8214a651b68d1.zip
feat: jellybeans -> gruvbox-material
Diffstat (limited to 'home/profiles/base/config/waybar/style.nix')
-rw-r--r--home/profiles/base/config/waybar/style.nix4
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 2fff3bd..61caebb 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: #${bright0};
+    background-color: #${alt1};
   }
 
   #workspaces button.urgent {
@@ -40,7 +40,7 @@ with neotheme.colors;
 
   #workspaces button:hover {
     color: #${foreground};
-    background: #${alt1};
+    background: #${alt0};
     box-shadow: inherit;
     text-shadow: inherit;
   }