diff --git a/doc/theming.md b/doc/theming.md index 3744a21e..cbf41907 100644 --- a/doc/theming.md +++ b/doc/theming.md @@ -15,7 +15,7 @@ In **StackEdit**, a theme is pretty much a CSS file that overrides the default l 3. Add an entry in `THEME_LIST` at the end of `config.js` with the folder name as a key and the name of your theme as a value. - > **Example:** `"cool-theme": "Very cool theme"` + > **Example:** `"cool-theme": "The coolest ever"` 4. Run the application on your machine, go to `Settings -> Editor -> Theme` and select your theme. Check that everything is marvelous (don't forget to test the `viewer.html`).