From 4f47971f582b224c9b1e884127d00e0dd15d78cb Mon Sep 17 00:00:00 2001 From: Ammar Alakkad Date: Sun, 19 Jan 2014 10:54:54 -0800 Subject: [PATCH] Update theming.md Change config.js to constants.js --- doc/theming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/theming.md b/doc/theming.md index 99e81ddd..2d2a4150 100644 --- a/doc/theming.md +++ b/doc/theming.md @@ -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"` @@ -31,4 +31,4 @@ In **StackEdit**, a theme is pretty much a [LESS][1] file that overrides the def [1]: http://lesscss.org/ [2]: https://github.com/benweet/stackedit - [3]: https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#getting-started \ No newline at end of file + [3]: https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#getting-started