mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +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/normalize.css">
|
||||||
<link rel="stylesheet" href="/css/style.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="shortcut icon" href="/img/favicon.png">
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple-icon-144x144.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 = {
|
module.exports = {
|
||||||
password: "",
|
password: "",
|
||||||
port: 9000,
|
port: 9000,
|
||||||
|
theme: "",
|
||||||
defaults: {
|
defaults: {
|
||||||
nick: "shout-user",
|
nick: "shout-user",
|
||||||
realname: "http://github.com/erming/shout",
|
realname: "http://github.com/erming/shout",
|
||||||
|
|
Loading…
Add table
Reference in a new issue