Merge pull request #271 from AAlakkad/patch-1

Update theming.md
This commit is contained in:
Benoit Schweblin 2014-01-19 10:57:05 -08:00
commit 3aeff0e827

View File

@ -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"`