switched to hellwal

This commit is contained in:
λmolinae 2025-04-16 16:33:04 -06:00
parent ac383289c7
commit fa169ab0b6
40 changed files with 633 additions and 1761 deletions

View file

@ -0,0 +1,26 @@
/* Generated by hellwal */
:root {
--wallpaper: url("%%wallpaper%%");
--background: #%%background%%;
--foreground: #%%foreground%%;
--cursor: #%%cursor%%;
--border: #%%border%%;
--color0: #%%color0.hex%%;
--color1: #%%color1.hex%%;
--color2: #%%color2.hex%%;
--color3: #%%color3.hex%%;
--color4: #%%color4.hex%%;
--color5: #%%color5.hex%%;
--color6: #%%color6.hex%%;
--color7: #%%color7.hex%%;
--color8: #%%color8.hex%%;
--color9: #%%color9.hex%%;
--color10: #%%color10.hex%%;
--color11: #%%color11.hex%%;
--color12: #%%color12.hex%%;
--color13: #%%color13.hex%%;
--color14: #%%color14.hex%%;
--color15: #%%color15.hex%%;
}