c95e3da2d5
* convert all theme files to json * automatically discover extra themes in go backend * use zod * error tidy up * error tidy up p2 * generate theme json schema from zod * generate theme list at build time, don't do it at runtime * make name and id required in the theme schema
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"name": "Debug",
|
|
"id": "debug",
|
|
"colors": {
|
|
"mode": "dark",
|
|
"background": {
|
|
"canvas": "#000033",
|
|
"primary": "#000044",
|
|
"secondary": "#000055",
|
|
"elevated": "#000055"
|
|
},
|
|
"text": {
|
|
"primary": "#bbbb00",
|
|
"secondary": "#888800",
|
|
"disabled": "#444400",
|
|
"link": "#dddd00",
|
|
"maxContrast": "#ffff00"
|
|
},
|
|
"border": {
|
|
"weak": "#ff000044",
|
|
"medium": "#ff000088",
|
|
"strong": "#ff0000ff"
|
|
},
|
|
"primary": {
|
|
"border": "#ff000088",
|
|
"text": "#cccc00",
|
|
"contrastText": "#ffff00",
|
|
"shade": "#9900dd"
|
|
},
|
|
"secondary": {
|
|
"border": "#ff000088",
|
|
"text": "#cccc00",
|
|
"contrastText": "#ffff00",
|
|
"shade": "#9900dd"
|
|
},
|
|
"info": {
|
|
"shade": "#9900dd"
|
|
},
|
|
"warning": {
|
|
"shade": "#9900dd"
|
|
},
|
|
"success": {
|
|
"shade": "#9900dd"
|
|
},
|
|
"error": {
|
|
"shade": "#9900dd"
|
|
},
|
|
"action": {
|
|
"hover": "#9900dd",
|
|
"focus": "#6600aa",
|
|
"selected": "#440088"
|
|
}
|
|
},
|
|
"shape": {
|
|
"borderRadius": 8
|
|
},
|
|
"spacing": {
|
|
"gridSize": 10
|
|
}
|
|
}
|