Added theme support

This commit is contained in:
Mattias Erming 2014-06-17 18:34:13 +02:00
parent 3e153b9ebc
commit 58103b9954
3 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="<%= typeof theme !== "undefined" ? theme : "" %>">
<link rel="shortcut icon" href="/img/favicon.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple-icon-144x144.png" />

0
client/themes/.gitkeep Normal file
View File

View File

@ -1,6 +1,7 @@
module.exports = {
password: "",
port: 9000,
theme: "",
defaults: {
nick: "shout-user",
realname: "http://github.com/erming/shout",