This commit is contained in:
Benoit Schweblin 2013-05-21 16:18:33 -07:00
parent 4e32b22a72
commit d57d999770

View File

@ -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 key and the name of your theme as value.
> **Example:** `"cool-theme": "Very cool theme"`.
> **Example:** `"cool-theme": "Very cool theme"`
4. Run the application on your machine, go to `Settings -> Editor -> Theme` and select your theme. Check that everything is beautiful (don't forget to test `viewer.html`).