about summary refs log tree commit diff
path: root/home/profiles/base/default.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/default.nix
parent7a8fed43c42d0a72de3d6847ced166f1d6a44009 (diff)
downloadnixrc-15efa700534078bc27aa183e1af8214a651b68d1.tar.gz
nixrc-15efa700534078bc27aa183e1af8214a651b68d1.zip
feat: jellybeans -> gruvbox-material
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix44
1 files changed, 22 insertions, 22 deletions
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";
       };
     };