about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-03 23:26:30 +0900
committersefidel <contact@sefidel.net>2022-03-03 23:26:30 +0900
commite25bf9bca2703adc3b8552490f1d8bd53091e518 (patch)
treea20bbba3d5b0c71d929163600d5ad7752be9f569
parent15efa700534078bc27aa183e1af8214a651b68d1 (diff)
downloadnixrc-e25bf9bca2703adc3b8552490f1d8bd53091e518.tar.gz
nixrc-e25bf9bca2703adc3b8552490f1d8bd53091e518.zip
chore: fix colors
-rw-r--r--home/profiles/base/config/waybar/style.nix4
-rw-r--r--home/profiles/base/default.nix6
2 files changed, 5 insertions, 5 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;
   }
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index be2d70e..b16ad2f 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -42,12 +42,12 @@ in
       colors = {
         background = "1d2021";
         foreground = "d4be98";
-        alt0 = "515a5d";
-        alt1 = "667174";
+        alt0 = "3c3836";
+        alt1 = "504945";
         color0 = "1d2021";
         color1 = "ea6962";
         color2 = "a9b665";
-        color3 = "e79a4e";
+        color3 = "e78a4e";
         color4 = "7daea3";
         color5 = "d3869b";
         color6 = "89b482";