From 2b367476e5ae1c781f1cb86d5c3b3da9f8e3740a Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Sun, 22 Nov 2020 00:48:10 +0100 Subject: [PATCH] Update skins-3.0.json --- skins-3.0.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/skins-3.0.json b/skins-3.0.json index d8de947..0247bc2 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -60,10 +60,19 @@ }, { "type": "colorPicker", + "mode":"rgba", "name": "Accent color", "description": "Choose a custom accent color to use with the theme.", "css": ".countIndicator {background: rgba($,0.8);}.playedIndicator, .innerCardFooter /*Accenting*/.button-flat:hover {background: rgba($,0.25);}.paper-icon-button-light:hover { background-color: rgba($,0.25) !important;}.subtitleappearance-preview { background: linear-gradient(140deg,rgba($),#111) !important;}.navMenuOption-selected, .selectionCommandsPanel { background: rgba($, 0.8) !important;}.raised,.fab,a[data-role='button'] { background: rgba($, 0.8) !important;\ttransition: all 0.2s !important;}/*Glow accent*/.raised.homeLibraryButton { box-shadow: 0px 0px 5px rgba($, 0) !important; border: solid 1px rgba($,0) !important;}.cardOverlayContainer:hover,.dialog,..raised.homeLibraryButton:hover { box-shadow: 0px 0px 5px rgb($) !important; border: solid 1px rgba($,0.6) !important;}.cardOverlayContainer { border: solid 1px rgba($,0.0) !important;}" - } + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Console Panel Color", + "description": "Modifies the color of the left menu panel.", + "css": ".mainDrawer-scrollContainer { color: $; }", + "default": + }, ] }, {