From d57d99977098cd6884589e73d88b60d70e2a85bf Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Tue, 21 May 2013 16:18:33 -0700 Subject: [PATCH] Published by http://benweet.github.io/stackedit --- doc/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/theming.md b/doc/theming.md index 7ff975f7..39c91755 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 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`).