7 lines
134 B
Lua
7 lines
134 B
Lua
return {
|
|
image = "{{image}}",
|
|
<* for name, value in colors *>
|
|
{{name}} = "0xff{{value.default.hex_stripped}}",
|
|
<* endfor *>
|
|
}
|