Files
KonfiZ/.config/matugen/templates/colors.rasinc

10 lines
130 B
Plaintext

/*
* Css Colors
* Generated with Matugen
*/
* {
<* for name, value in colors *>
{{name}}: {{value.default.hex}};
<* endfor *>
}