move to snowfall

This commit is contained in:
zackartz 2024-05-23 20:26:30 +00:00
parent 9d7ad7c973
commit 769d4b0df5
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
188 changed files with 2203 additions and 3041 deletions

23
lib/theme/default.nix Normal file
View file

@ -0,0 +1,23 @@
{
x = c: "#${c}";
colors = {
"base" = "191724";
"surface" = "1f1d2e";
"overlay" = "26233a";
"muted" = "6e6a86";
"subtle" = "6e6a86";
"text" = "e0def4";
"love" = "eb6f92";
"gold" = "f6c177";
"rose" = "ebbcba";
"pine" = "31748f";
"foam" = "9ccfd8";
"iris" = "c4a7e7";
"highlightlow" = "21202e";
"highlightmed" = "403d52";
"highlighthigh" = "524f67";
};
wallpaper = ./wallpaper.png;
}