diff options
Diffstat (limited to 'home/modules/profiles')
-rw-r--r-- | home/modules/profiles/base/default.nix | 8 |
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"; |