f2baf869c9
Generates one Gitea-compatible CSS theme file per doki-master-theme definition (88 themes). Each file contains a gitea-theme-meta-info block and a :root block with the full set of CSS custom properties derived from the character's colour palette. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"name": "gitea-doki-theme-generator",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"generate": "tsx generate.ts",
|
|
"generate:watch": "tsx watch generate.ts"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.3",
|
|
"@types/node": "^22.15.21"
|
|
}
|
|
}
|