added additional matugen templating. guides coming soon

This commit is contained in:
2026-06-01 20:22:50 +02:00
parent a9fdf19157
commit dbae27b8d8
85 changed files with 15614 additions and 122 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"md3": {<* for name, color in colors *>
"{{ name }}": "{{ color.default.hex }}"<* if {{ loop.last }} *><* else *>,<* endif *><* endfor *>
},
"palette": {<* for name, palette in palettes *><* for shade, color in palette *>
"{{ name }}{{ shade }}": "{{ color.hex }}"<* if {{ loop.last }} *><* else *>,<* endif *><* endfor *><* if {{ loop.last }} *><* else *>,<* endif *><* endfor *>
},
"base16": {<* for name, color in base16 *>
"{{ name }}": "{{ color.default.hex }}"<* if {{ loop.last }} *><* else *>,<* endif *><* endfor *>
}
}