aboutsummaryrefslogtreecommitdiff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-21 23:50:20 +0900
committersefidel <contact@sefidel.net>2022-02-21 23:50:20 +0900
commitfc10f0a2199cc82ae74b4ebe5a54a0466e99a03e (patch)
tree1bdfa60335b8dd1e43ea694db60f7202971acba7 /home/profiles
parentbe90b80f52f4b56e6fc9dd4be9d233b9282ba912 (diff)
downloadnixrc-fc10f0a2199cc82ae74b4ebe5a54a0466e99a03e.zip
feat(home/base): use jellybeans theme
Diffstat (limited to 'home/profiles')
-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 0cd1ba8..277c371 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 = "Jellybeans theme";
+ identifier = "jellybeans";
colors = {
background = "151515";
foreground = "cbc0ab";
- alt0 = "404147";
- alt1 = "54555b";
- color0 = "222329";
- color1 = "b17f81";
- color2 = "8aa387";
- color3 = "d4ae80";
- color4 = "84a0c6";
- color5 = "a093c7";
- color6 = "7aacaa";
+ alt0 = "444444";
+ alt1 = "666666";
+ color0 = "151515";
+ color1 = "cf6a4c";
+ color2 = "99ad6a";
+ color3 = "fabb6e";
+ color4 = "8197bf";
+ color5 = "c7b6ee";
+ color6 = "8fbfdc";
color7 = "d0d0c7";
- bright0 = "36373d";
- bright1 = "c59395";
- bright2 = "9eb79b";
- bright3 = "e8c294";
- bright4 = "a2bee4";
- bright5 = "beb1e5";
- bright6 = "8ec0be";
- bright7 = "e4e4db";
+ bright0 = "333333";
+ bright1 = "d18c78";
+ bright2 = "abb98c";
+ bright3 = "f3c893";
+ bright4 = "9eadc8";
+ bright5 = "d3c8ee";
+ bright6 = "aacbde";
+ bright7 = "d9d9de";
};
};