Skip to content

Commit

Permalink
Merge pull request #271 from AAlakkad/patch-1
Browse files Browse the repository at this point in the history
Update theming.md
  • Loading branch information
benweet committed Jan 19, 2014
2 parents 6558d73 + 4f47971 commit 3aeff0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In **StackEdit**, a theme is pretty much a [LESS][1] file that overrides the def

> You can put images in `res/img`.

4. Add an entry in `THEME_LIST` at the end of `config.js` with the filename as a key and the name of your theme as a value.
4. Add an entry in `THEME_LIST` at the end of `public/res/constants.js` with the filename as a key and the name of your theme as a value.

> **Example:** `"cool": "The coolest ever"`

Expand All @@ -31,4 +31,4 @@ In **StackEdit**, a theme is pretty much a [LESS][1] file that overrides the def

[1]: http:https://lesscss.org/
[2]: https://github.com/benweet/stackedit
[3]: https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#getting-started
[3]: https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#getting-started

0 comments on commit 3aeff0e

Please sign in to comment.