From 58103b995444a54c153e31fc1ffcc697d3a4bdfe Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Tue, 17 Jun 2014 18:34:13 +0200 Subject: [PATCH] Added theme support --- client/index.html | 1 + client/themes/.gitkeep | 0 config.js | 1 + 3 files changed, 2 insertions(+) create mode 100644 client/themes/.gitkeep diff --git a/client/index.html b/client/index.html index 6c78af3..e21d89b 100644 --- a/client/index.html +++ b/client/index.html @@ -10,6 +10,7 @@ + "> diff --git a/client/themes/.gitkeep b/client/themes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/config.js b/config.js index 3bffbdf..d2c5b96 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,7 @@ module.exports = { password: "", port: 9000, + theme: "", defaults: { nick: "shout-user", realname: "http://github.com/erming/shout",