1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00
Files
DankMaterialShell/matugen/templates/dank.json
2025-09-25 18:27:25 -04:00

10 lines
328 B
JSON

{
"colors": {
"dark": {<* for name, value in colors *>
"{{name}}": "{{value.dark.hex}}"<* if not loop.last *>,<* endif *><* endfor *>
},
"light": {<* for name, value in colors *>
"{{name}}": "{{value.light.hex}}"<* if not loop.last *>,<* endif *><* endfor *>
}
}
}