1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

use a matugen template for dms-colors.json

This commit is contained in:
bbedward
2025-09-25 18:27:25 -04:00
parent 934f4b2210
commit 9d224113c4
3 changed files with 20 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
{
"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 *>
}
}
}