Adding themes

Knowledge of CSS is required here.

  1. Write your theme
  2. Edit sites/tokumei.co/_werc/pub/your-theme.css.

    Looking at the other stylesheets in pub/style/ and sites/tokumei.co/_werc/pub/ may be helpful.

  3. Update the theme list
  4. Edit sites/tokumei.co/settings.tpl.

    Add a line anywhere between the following lines:

    <select name="theme" required="" class="validate">
    </select>

    Your line should look like:

    <option %(`{if(~ `{get_cookie theme} your-theme) echo 'selected=""'}%) value="your-theme">Your theme</option>