config/lib/theme/default.nix

23 lines
452 B
Nix

{
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;
}