diff --git a/boot/boot.js b/boot/boot.js index 9e1ddabb9..89c88b8f2 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -1086,6 +1086,16 @@ $tw.loadWikiTiddlers = function(wikiPath,parentPaths) { } } } + // Load any themes listed in the wiki info file + if(wikiInfo.themes) { + var themesBasePath = path.resolve($tw.boot.corePath,$tw.config.themesPath); + for(var t=0; t=5.0.0" +} diff --git a/core/styles/reset.tid b/themes/tiddlywiki/snowwhite/reset.tid similarity index 100% rename from core/styles/reset.tid rename to themes/tiddlywiki/snowwhite/reset.tid