From 32e1a88f3fb884c5a5af2513354e0f78c2d2808f Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Tue, 21 May 2013 16:07:55 -0700 Subject: [PATCH] Published by http://benweet.github.io/stackedit --- doc/theming.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/theming.md b/doc/theming.md index a8fd9f76..d7325328 100644 --- a/doc/theming.md +++ b/doc/theming.md @@ -1,2 +1,29 @@ StackEdit theming guide ======================= + +Basically in **StackEdit**, a theme is a CSS file that overrides the default look and feel. + +Create a special theme very quickly by following these steps: + + 1. Fork **StackEdit** on [GitHub][1] + + 2. Create a sub-folder in the `themes` folder containing your resources (CSS, images...). + + > The main CSS should have the same name as the folder. + + > **Example:** `themes/cool-theme/cool-theme.css` + + 3. Add an entry in the `THEME_LIST` object 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"`. + + 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`). + + 5. Commit, push, create a pull request and wait for publishing... + +That's it! + +> Written with [StackEdit](http://benweet.github.io/stackedit/). + + + [1]: https://github.com/benweet/stackedit \ No newline at end of file