Feat: Add a script to generate Generator from a template

This commit is contained in:
2025-03-28 22:07:11 +08:00
parent 4eb9212a23
commit fe09f879b2
15 changed files with 687 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"themes": [
{
"name": "Classic Light",
"properties": {
"title-color": "#000000cc",
"bg-color": "#ffffff",
"button-color": "#73a3eb",
"button-hover-color": "#459aef",
"toggle-theme-button-color": "#000000",
"copy-result-button-color": "#000000"
}
},
{
"name": "Classic Dark",
"properties": {
"title-color": "#cdcdcd",
"bg-color": "#1e1d24",
"button-color": "#5d99f4",
"button-hover-color": "#9ac6f1",
"toggle-theme-button-color": "#ffffff",
"copy-result-button-color": "#ffffff"
}
}
]
}