aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-21 23:53:59 +0900
committersefidel <contact@sefidel.net>2022-02-21 23:53:59 +0900
commit1117dff8f409e2f3f0b548f39c3d10e8d389b29c (patch)
tree4a8c3424718a7642e842e17ecd773b7afcfe809a
parentfc10f0a2199cc82ae74b4ebe5a54a0466e99a03e (diff)
downloadnixrc-1117dff8f409e2f3f0b548f39c3d10e8d389b29c.zip
Revert "feat(home/base): use jellybeans theme"
This reverts commit ccfaf73f6120c51b5a52b68ec3f46348cda770e7.
-rw-r--r--home/profiles/base/default.nix38
1 files changed, 19 insertions, 19 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 277c371..0cd1ba8 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -36,30 +36,30 @@ in
# TODO: use limestone theme
neotheme = {
- name = "Jellybeans theme";
- identifier = "jellybeans";
+ name = "Nightlamp Theme - Iceberg Variant";
+ identifier = "nightlamp-iceberg";
colors = {
background = "151515";
foreground = "cbc0ab";
- alt0 = "444444";
- alt1 = "666666";
- color0 = "151515";
- color1 = "cf6a4c";
- color2 = "99ad6a";
- color3 = "fabb6e";
- color4 = "8197bf";
- color5 = "c7b6ee";
- color6 = "8fbfdc";
+ alt0 = "404147";
+ alt1 = "54555b";
+ color0 = "222329";
+ color1 = "b17f81";
+ color2 = "8aa387";
+ color3 = "d4ae80";
+ color4 = "84a0c6";
+ color5 = "a093c7";
+ color6 = "7aacaa";
color7 = "d0d0c7";
- bright0 = "333333";
- bright1 = "d18c78";
- bright2 = "abb98c";
- bright3 = "f3c893";
- bright4 = "9eadc8";
- bright5 = "d3c8ee";
- bright6 = "aacbde";
- bright7 = "d9d9de";
+ bright0 = "36373d";
+ bright1 = "c59395";
+ bright2 = "9eb79b";
+ bright3 = "e8c294";
+ bright4 = "a2bee4";
+ bright5 = "beb1e5";
+ bright6 = "8ec0be";
+ bright7 = "e4e4db";
};
};