added additional matugen templating. guides coming soon
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
image = "{{image}}",
|
||||
<* for name, value in colors *>
|
||||
{{name}} = "0xff{{value.default.hex_stripped}}",
|
||||
<* endfor *>
|
||||
}
|
||||
Reference in New Issue
Block a user