2024-02-29 23:55:36 -05:00
|
|
|
{
|
2024-02-29 23:51:18 -05:00
|
|
|
x = c: "#${c}";
|
|
|
|
|
|
|
|
|
|
colors = rec {
|
|
|
|
|
"base" = "f191724";
|
|
|
|
|
"surface" = "f1f1d2e";
|
|
|
|
|
"overlay" = "f26233a";
|
|
|
|
|
"muted" = "f6e6a86";
|
|
|
|
|
"subtle" = "f6e6a86";
|
|
|
|
|
"text" = "ffe0def4";
|
|
|
|
|
"love" = "ffeb6f92";
|
|
|
|
|
"gold" = "fff6c177";
|
|
|
|
|
"rose" = "ffebbcba";
|
|
|
|
|
"pine" = "ff31748f";
|
|
|
|
|
"foam" = "ff9ccfd8";
|
|
|
|
|
"iris" = "ffc4a7e7";
|
|
|
|
|
"highlightlow" = "ff21202e";
|
|
|
|
|
"highlightmed" = "ff403d52";
|
|
|
|
|
"highlighthigh" = "ff524f67";
|
|
|
|
|
};
|
2024-02-29 23:55:36 -05:00
|
|
|
|
|
|
|
|
wallpaper = ./wall.png;
|
2024-02-29 23:51:18 -05:00
|
|
|
}
|