aboutsummaryrefslogtreecommitdiff
path: root/home/modules
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-01 01:50:29 +0900
committersefidel <contact@sefidel.net>2022-01-01 01:50:29 +0900
commit0e5873685ceb4912448168d0d73f1fe5fbba184e (patch)
treef31a6d2cf525ed8c996a64709bea8699233df05d /home/modules
parent34e2f2666627a516a73df8f7c19b3abac75050d6 (diff)
downloadnixrc-0e5873685ceb4912448168d0d73f1fe5fbba184e.zip
home/base: change theme to iceberg variant
Diffstat (limited to 'home/modules')
-rw-r--r--home/modules/profiles/base/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/modules/profiles/base/default.nix b/home/modules/profiles/base/default.nix
index 5b23f9e..a0f8aa4 100644
--- a/home/modules/profiles/base/default.nix
+++ b/home/modules/profiles/base/default.nix
@@ -27,8 +27,8 @@ in
wallpaper = "${wallpapers}/nixos/nix-glow-fg-d4ae80.png";
palette = {
- identifier = "nightlamp";
- name = "Nightlamp Theme";
+ identifier = "nightlamp-iceberg";
+ name = "Nightlamp Theme - Iceberg Variant";
colors = {
background = "18191f";
@@ -37,7 +37,7 @@ in
color1 = "b17f81";
color2 = "8aa387";
color3 = "d4ae80";
- color4 = "8896ae";
+ color4 = "84a0c6";
color5 = "c495a2";
color6 = "7aacaa";
color7 = "d0d0c7";
@@ -45,7 +45,7 @@ in
bright1 = "c59395";
bright2 = "9eb79b";
bright3 = "e8c294";
- bright4 = "9caac2";
+ bright4 = "a2bee4";
bright5 = "d8a9b6";
bright6 = "8ec0be";
bright7 = "e4e4db";