Split a basic Vanilla theme out of Snow White

And add a new Night-Time theme for the /dev wiki.

The idea is that the Vanilla theme will make a more convenient base for
retheming.
This commit is contained in:
Jermolene
2013-11-27 12:38:03 +00:00
parent 384ab80c42
commit 7175f1cbf1
24 changed files with 1020 additions and 920 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Manages themes and styling.
"use strict";
var THEME_PLUGIN_TITLE = "$:/theme", // This tiddler contains the title of the current theme plugin
DEFAULT_THEME_PLUGIN = "$:/themes/tiddlywiki/snowwhite";
DEFAULT_THEME_PLUGIN = "$:/themes/tiddlywiki/vanilla";
function ThemeManager(wiki) {
this.wiki = wiki;