diff --git a/client/themes/example.css b/client/themes/default.css similarity index 93% rename from client/themes/example.css rename to client/themes/default.css index 1b50790b..a9d48cf4 100644 --- a/client/themes/example.css +++ b/client/themes/default.css @@ -1,7 +1,3 @@ -/** - * This is just an empty theme. - */ - body { padding: 4px; padding-left: 0; diff --git a/client/themes/morning.css b/client/themes/morning.css index 5ea07e31..b8a59938 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -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; } diff --git a/defaults/config.js b/defaults/config.js index ce5f5af2..0a06b7d4 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -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