Knowledge of CSS is required here.
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.
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>