Rename Example theme
This commit is contained in:
parent
7b13c6f076
commit
be591d016a
@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* This is just an empty theme.
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
@ -1,23 +1,3 @@
|
|||||||
/*
|
|
||||||
Morning theme for The Lounge.
|
|
||||||
Has a bit more eye-friendly color scheme.
|
|
||||||
|
|
||||||
Installation instructions can be found here
|
|
||||||
https://thelounge.chat/docs/server/configuration.html#theme
|
|
||||||
|
|
||||||
Author: Riku Rouvila
|
|
||||||
GitHub: https://github.com/rikukissa
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
BACKGROUND #333c4a
|
|
||||||
INPUT BACKGROUND #2e3642
|
|
||||||
PRIMARY #fefefe
|
|
||||||
SECONDARY #99a2b4
|
|
||||||
BORDERS #2a323d
|
|
||||||
QUIT #d0907d
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
@ -54,9 +54,9 @@ module.exports = {
|
|||||||
// Find out how to add new themes at https://thelounge.github.io/docs/plugins/themes.html
|
// Find out how to add new themes at https://thelounge.github.io/docs/plugins/themes.html
|
||||||
//
|
//
|
||||||
// @type string
|
// @type string
|
||||||
// @default "example"
|
// @default "default"
|
||||||
//
|
//
|
||||||
theme: "example",
|
theme: "default",
|
||||||
|
|
||||||
//
|
//
|
||||||
// Prefetch URLs
|
// Prefetch URLs
|
||||||
|
Loading…
Reference in New Issue
Block a user