🗃️ Adds available themes to editor tip

This commit is contained in:
Alicia Sykes 2021-06-26 12:42:37 +01:00
parent f1ceb016a5
commit 369c6f10db
1 changed files with 25 additions and 2 deletions

View File

@ -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",