change default theme name in serveR

This commit is contained in:
Kenneth Jao 2016-10-18 23:53:20 -04:00
parent 1942b15113
commit 871ba2777e

View File

@ -494,7 +494,7 @@ Meteor.methods({
current.banner = "/Banners/defaultcover.jpg";
current.classes = [userId];
current.preferences = {
"theme": themeColors.light,
"theme": themeColors.lux,
"mode": "classes",
"timeHide": 1,
"done": true,