about summary refs log tree commit diff
path: root/home/modules/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/modules/profiles')
-rw-r--r--home/modules/profiles/base/config/foot.nix2
-rw-r--r--home/modules/profiles/base/config/sway.nix2
-rw-r--r--home/modules/profiles/base/config/waybar-style.nix2
-rw-r--r--home/modules/profiles/base/default.nix50
4 files changed, 27 insertions, 29 deletions
diff --git a/home/modules/profiles/base/config/foot.nix b/home/modules/profiles/base/config/foot.nix
index ddb4566..08a38e7 100644
--- a/home/modules/profiles/base/config/foot.nix
+++ b/home/modules/profiles/base/config/foot.nix
@@ -1,6 +1,6 @@
 { neotheme }:
 
-with neotheme.palette.colors;
+with neotheme.colors;
 
 {
   main = {
diff --git a/home/modules/profiles/base/config/sway.nix b/home/modules/profiles/base/config/sway.nix
index 0bb0179..00dae28 100644
--- a/home/modules/profiles/base/config/sway.nix
+++ b/home/modules/profiles/base/config/sway.nix
@@ -1,6 +1,6 @@
 { pkgs, neotheme }:
 
-with neotheme.palette.colors;
+with neotheme.colors;
 
 ''
   exec autotiling
diff --git a/home/modules/profiles/base/config/waybar-style.nix b/home/modules/profiles/base/config/waybar-style.nix
index c47ea23..f3c51cc 100644
--- a/home/modules/profiles/base/config/waybar-style.nix
+++ b/home/modules/profiles/base/config/waybar-style.nix
@@ -1,6 +1,6 @@
 { neotheme }:
 
-with neotheme.palette.colors;
+with neotheme.colors;
 
 ''
   * {
diff --git a/home/modules/profiles/base/default.nix b/home/modules/profiles/base/default.nix
index 1cce73d..b9fcde2 100644
--- a/home/modules/profiles/base/default.nix
+++ b/home/modules/profiles/base/default.nix
@@ -28,33 +28,31 @@ in
     home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ-AA";
 
     neotheme = {
-      wallpaper = "${wallpapers}/nixos/nix-glow-fg-d4ae80.png";
-
-      palette = {
-        identifier = "nightlamp-iceberg";
-        name = "Nightlamp Theme - Iceberg Variant";
-
-        colors = {
-          background = "18191f";
-          foreground = "cbc0ab";
-          color0 = "222329";
-          color1 = "b17f81";
-          color2 = "8aa387";
-          color3 = "d4ae80";
-          color4 = "84a0c6";
-          color5 = "a093c7";
-          color6 = "7aacaa";
-          color7 = "d0d0c7";
-          bright0 = "36373d";
-          bright1 = "c59395";
-          bright2 = "9eb79b";
-          bright3 = "e8c294";
-          bright4 = "a2bee4";
-          bright5 = "beb1e5";
-          bright6 = "8ec0be";
-          bright7 = "e4e4db";
-        };
+      name = "Nightlamp Theme - Iceberg Variant";
+      identifier = "nightlamp-iceberg";
+
+      colors = {
+        background = "18191f";
+        foreground = "cbc0ab";
+        color0 = "222329";
+        color1 = "b17f81";
+        color2 = "8aa387";
+        color3 = "d4ae80";
+        color4 = "84a0c6";
+        color5 = "a093c7";
+        color6 = "7aacaa";
+        color7 = "d0d0c7";
+        bright0 = "36373d";
+        bright1 = "c59395";
+        bright2 = "9eb79b";
+        bright3 = "e8c294";
+        bright4 = "a2bee4";
+        bright5 = "beb1e5";
+        bright6 = "8ec0be";
+        bright7 = "e4e4db";
       };
+
+      wallpaper = "${wallpapers}/nixos/nix-glow-fg-d4ae80.png";
     };
 
     home.keyboard.layout = "us";