Update skins-3.0.json

This commit is contained in:
Daniel
2020-12-08 13:51:46 +01:00
committed by GitHub
parent 34e0388afe
commit d951da15d9

View File

@@ -5,11 +5,10 @@
"description": "Default, stock, Jellyfin.",
"defaultCss": "",
"options": [],
"preview":
{
"home": ""
"preview": {
"home": "",
"title": ""
}
}
},
{
"name": "JellyFlix",
@@ -17,11 +16,10 @@
"description": "A theme that aims to replicate the red and black look of Netflix. Theme is by prayag17.",
"defaultCss": "@import url(https://prayag17.github.io/JellyFlix/default.css);",
"options": [],
"preview":
{
"home": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/Home.png?raw=true"
"preview": {
"home": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/Home.png?raw=true",
"title": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/TitlePage.png?raw=true"
}
}
},
{
"name": "Monochromic",
@@ -62,11 +60,10 @@
"default": ""
}
],
"preview":
{
"home": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/1.png?raw=true"
"preview": {
"home": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/1.png?raw=true",
"title": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/2.png?raw=true"
}
}
},
{
"name": "Kaleidochromic",
@@ -101,12 +98,10 @@
"default": "#6279cd"
}
],
"preview":
{
"home": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/6.png?raw=true"
"preview": {
"home": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/6.png?raw=true",
"title": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/1.png?raw=true"
}
]
}
},
{
"name": "JellySkin",
@@ -139,11 +134,10 @@
"css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');"
}
],
"preview":
{
"home": "https://github.com/prayag17/JellySkin/raw/master/Version%204/Home.png?raw=true"
"preview": {
"home": "https://github.com/prayag17/JellySkin/raw/master/Version%204/Home.png?raw=true",
"title": "https://github.com/prayag17/JellySkin/raw/master/Version%204/title%202.png?raw=true"
}
}
},
{
"name": "Custom",
@@ -151,7 +145,7 @@
"description": "customize the look of jellyfin by your needs",
"defaultCss": "",
"options": [
{
{
"type": "selector",
"name": "Change Font",
"description": "Change the default fonts",
@@ -202,7 +196,7 @@
},
{
"type": "colorPicker",
"mode":"rgba",
"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;}"
@@ -213,7 +207,7 @@
"name": "Console Panel Color",
"description": "Modifies the color of the left menu panel.",
"css": ".mainDrawer-scrollContainer { color: $; }",
"default":"#ffffff"
"default": "#ffffff"
},
{
"type": "checkBox",
@@ -241,14 +235,14 @@
"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"
"default": "#ffffff"
},
{
"type": "number",
"name": "Border Radius",
"description": "Change the roundness of text box and more default is zero",
"css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/border-radius.css'); :root{--rounding: $px;}",
"default":"0"
"default": "0"
},
{
"type": "number",
@@ -258,10 +252,9 @@
"default": "0"
}
],
"preview":
{
"home": ""
"preview": {
"home": "",
"title": ""
}
}
}
]