diff --git a/core/theme.nix b/core/theme.nix index 73e2981..f6dc55c 100644 --- a/core/theme.nix +++ b/core/theme.nix @@ -1,7 +1,7 @@ { x = c: "#${c}"; - colors = rec { + colors = { "base" = "191724"; "surface" = "1f1d2e"; "overlay" = "26233a"; @@ -19,5 +19,5 @@ "highlighthigh" = "524f67"; }; - wallpaper = ./wall.png; + wallpaper = ./wallpaper.png; } diff --git a/core/wallpaper.png b/core/wallpaper.png new file mode 100644 index 0000000..b2c579a Binary files /dev/null and b/core/wallpaper.png differ