From 091d690ce4aef5ef6c1b7858f8c905f7e8fbd7d1 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Sun, 22 Nov 2020 02:08:11 +0100 Subject: [PATCH] Update skins-3.0.json --- skins-3.0.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/skins-3.0.json b/skins-3.0.json index 21fe715..9d68dcb 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -92,6 +92,21 @@ "name": "Stylized Episode Previews", "description": "The episode previews in season view are sized based on horizontal resolution. This leads to a lot of wasted space on the episode summary and a high vertical page, which requires a lot of scrolling. This code reduces the height of episode entries, which solves both problems.", "css": "/* Size episode preview images in a more compact way */.listItemImage.listItemImage-large.itemAction.lazy {height: 110px;}.listItem-content {height: 115px;}.secondary.listItem-overview.listItemBodyText {height: 61px; margin: 0;}" + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Custom Background Color", + "description": "Change background color.", + "css": ".backgroundContainer, .dialog, html { background-color: #0fd0d0;}" + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Right Header Color", + "description": "This modifies the colors of the cast, search and user buttons in the top right.", + "css": ".headerRight { color: $; }", + "default":"#ffffff" } ] },