Add and manage themes

First you need to run $ gulp. Read about this in how to build section.

To edit themes just do:

  1. Go to sass/themes folder.
  2. Open theme file.
  3. Edit $theme variable.

To add a new themes do:

  1. Go to sass/themes folder.
  2. Dublicate any theme file (or use this gist — maxmertkitTheme). Remember that filename should begin with underscore (_).
  3. Edit $theme variable.
  4. Include theme file in sass/main.sass
  5. Add theme to widgets in mkit.json