about summary refs log tree commit diff
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
parent7a8fed43c42d0a72de3d6847ced166f1d6a44009 (diff)
downloadnixrc-15efa700534078bc27aa183e1af8214a651b68d1.tar.gz
nixrc-15efa700534078bc27aa183e1af8214a651b68d1.zip
feat: jellybeans -> gruvbox-material
-rw-r--r--home/profiles/base/config/sway.nix2
-rw-r--r--home/profiles/base/config/waybar/style.nix4
-rw-r--r--home/profiles/base/default.nix44
-rw-r--r--nixos/alpha/configuration.nix32
4 files changed, 41 insertions, 41 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix
index 37f3f74..f20007f 100644
--- a/home/profiles/base/config/sway.nix
+++ b/home/profiles/base/config/sway.nix
@@ -180,7 +180,7 @@ with neotheme.colors;
   set $color15 #${bright7}
 
   set $primary $color4
-  set $muted #4d698f
+  set $muted #508176
 
   # class                 border    backgr    text    indicator
   client.focused          $primary $primary $color0 $primary
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;
   }
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 8a309b3..be2d70e 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -36,30 +36,30 @@ in
 
     # TODO: use limestone theme
     neotheme = {
-      name = "Nightlamp Theme - Iceberg Variant";
-      identifier = "nightlamp-iceberg";
+      name = "Gruvbox Material";
+      identifier = "gruvbox-material";
 
       colors = {
-        background = "151515";
-        foreground = "cbc0ab";
-        alt0 = "404147";
-        alt1 = "54555b";
-        color0 = "222329";
-        color1 = "b17f81";
-        color2 = "8aa387";
-        color3 = "d4ae80";
-        color4 = "84a0c6";
-        color5 = "a093c7";
-        color6 = "8fbfdc";
-        color7 = "d0d0c7";
-        bright0 = "36373d";
-        bright1 = "c59395";
-        bright2 = "9eb79b";
-        bright3 = "e8c294";
-        bright4 = "a2bee4";
-        bright5 = "beb1e5";
-        bright6 = "acd0e5";
-        bright7 = "e4e4db";
+        background = "1d2021";
+        foreground = "d4be98";
+        alt0 = "515a5d";
+        alt1 = "667174";
+        color0 = "1d2021";
+        color1 = "ea6962";
+        color2 = "a9b665";
+        color3 = "e79a4e";
+        color4 = "7daea3";
+        color5 = "d3869b";
+        color6 = "89b482";
+        color7 = "e4be98";
+        bright0 = "928374";
+        bright1 = "ea6962";
+        bright2 = "a9b665";
+        bright3 = "d8a657";
+        bright4 = "7daea3";
+        bright5 = "d3869b";
+        bright6 = "89b482";
+        bright7 = "d4be98";
       };
     };
 
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index f8401d7..d396311 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -65,22 +65,22 @@
 
   console.font = "${pkgs.dina-font}/share/fonts/misc/DinaMedium10.pcf.gz";
   console.colors = [
-    "151515"
-    "b17f81"
-    "8aa387"
-    "d4ae80"
-    "84a0c6"
-    "a093c7"
-    "7aacaa"
-    "d0d0c7"
-    "222329"
-    "c59395"
-    "9eb79b"
-    "e8c294"
-    "a2bee4"
-    "beb1e5"
-    "8ec0be"
-    "e4e4db"
+    "1d2021"
+    "ea6962"
+    "a9b665"
+    "e79a4e"
+    "7daea3"
+    "d3869b"
+    "89b482"
+    "e4be98"
+    "928374"
+    "ea6962"
+    "a9b665"
+    "d8a657"
+    "7daea3"
+    "d3869b"
+    "89b482"
+    "d4be98"
   ];
   console.keyMap = "us";