This commit is contained in:
Benoit Schweblin 2013-05-21 17:10:27 -07:00
parent 9c32470c76
commit dd1ef253eb

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 a key and the name of your theme as a value. 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`). 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`).