mirror of https://github.com/Lissy93/dashy.git
🗃️ Adds available themes to editor tip
This commit is contained in:
parent
f1ceb016a5
commit
369c6f10db
|
@ -56,8 +56,31 @@
|
|||
},
|
||||
"theme": {
|
||||
"type": "string",
|
||||
"default": "Callisto",
|
||||
"description": "A theme to be applied by default on first load"
|
||||
"default": "callisto",
|
||||
"description": "A theme to be applied by default on first load",
|
||||
"examples": [
|
||||
"callisto",
|
||||
"thebe",
|
||||
"dracula",
|
||||
"material",
|
||||
"material-dark",
|
||||
"colorful",
|
||||
"nord",
|
||||
"nord-frost",
|
||||
"minimal-dark",
|
||||
"minimal-light",
|
||||
"matrix",
|
||||
"matrix-red",
|
||||
"hacker-girl",
|
||||
"raspberry-jam",
|
||||
"bee",
|
||||
"tiger",
|
||||
"material-original",
|
||||
"material-dark-original",
|
||||
"vaporware",
|
||||
"high-contrast-dark",
|
||||
"high-contrast-light"
|
||||
]
|
||||
},
|
||||
"enableFontAwesome": {
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Reference in New Issue