62 current 2024-02-29 23:57:39 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-02-29 23:57:43 -05:00
parent ecbd7ac694
commit 92138af624

View file

@ -2,21 +2,21 @@
x = c: "#${c}"; x = c: "#${c}";
colors = rec { colors = rec {
"base" = "f191724"; "base" = "191724";
"surface" = "f1f1d2e"; "surface" = "1f1d2e";
"overlay" = "f26233a"; "overlay" = "26233a";
"muted" = "f6e6a86"; "muted" = "6e6a86";
"subtle" = "f6e6a86"; "subtle" = "6e6a86";
"text" = "ffe0def4"; "text" = "e0def4";
"love" = "ffeb6f92"; "love" = "eb6f92";
"gold" = "fff6c177"; "gold" = "f6c177";
"rose" = "ffebbcba"; "rose" = "ebbcba";
"pine" = "ff31748f"; "pine" = "31748f";
"foam" = "ff9ccfd8"; "foam" = "9ccfd8";
"iris" = "ffc4a7e7"; "iris" = "c4a7e7";
"highlightlow" = "ff21202e"; "highlightlow" = "21202e";
"highlightmed" = "ff403d52"; "highlightmed" = "403d52";
"highlighthigh" = "ff524f67"; "highlighthigh" = "524f67";
}; };
wallpaper = ./wall.png; wallpaper = ./wall.png;