Skip to content

Commit

Permalink
🗃️ Adds available themes to editor tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jun 26, 2021
1 parent f1ceb01 commit 369c6f1
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions src/utils/ConfigSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 369c6f1

Please sign in to comment.