mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Rename Example theme
This commit is contained in:
parent
7b13c6f076
commit
be591d016a
3 changed files with 2 additions and 26 deletions
|
@ -1,7 +1,3 @@
|
|||
/**
|
||||
* This is just an empty theme.
|
||||
*/
|
||||
|
||||
body {
|
||||
padding: 4px;
|
||||
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 {
|
||||
color: #ccc;
|
||||
}
|
||||
|
|
|
@ -54,9 +54,9 @@ module.exports = {
|
|||
// Find out how to add new themes at https://thelounge.github.io/docs/plugins/themes.html
|
||||
//
|
||||
// @type string
|
||||
// @default "example"
|
||||
// @default "default"
|
||||
//
|
||||
theme: "example",
|
||||
theme: "default",
|
||||
|
||||
//
|
||||
// Prefetch URLs
|
||||
|
|
Loading…
Reference in a new issue