mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
Added theme support
This commit is contained in:
parent
3e153b9ebc
commit
58103b9954
3 changed files with 2 additions and 0 deletions
|
@ -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
0
client/themes/.gitkeep
Normal file
|
@ -1,6 +1,7 @@
|
|||
module.exports = {
|
||||
password: "",
|
||||
port: 9000,
|
||||
theme: "",
|
||||
defaults: {
|
||||
nick: "shout-user",
|
||||
realname: "http://github.com/erming/shout",
|
||||
|
|
Loading…
Reference in a new issue