To add a theme to your wiki, follow these four steps:
- choose one of the CSS files and copy its content to a new tiddler
- remove all comments from the top and tag the tiddler with $:/tags/Stylesheet
- add a field "module-type" with the value "codemirror-theme". add a field "name" with the exact name of the theme as value
- save the tiddler and go to the Settings tab in $:/ControlPanel - look for the "theme" dropdown to select your newly added theme
.cm-s-light-table.CodeMirror
To add a theme to your wiki, follow these four steps:
- choose one of the CSS files and copy its content to a new tiddler
- remove all comments from the top and tag the tiddler with $:/tags/Stylesheet
- add a field "module-type" with the value "codemirror-theme". add a field "name" with the exact name of the theme as value
- save the tiddler and go to the Settings tab in $:/ControlPanel - look for the "theme" dropdown to select your newly added theme