Update skins-3.0.json
This commit is contained in:
@@ -3,49 +3,48 @@
|
||||
"name": "Default",
|
||||
"author": "Jellyfin",
|
||||
"description": "Default, stock, Jellyfin.",
|
||||
"defaultCss":"",
|
||||
"defaultCss": "",
|
||||
"options": [
|
||||
{
|
||||
"type":"selector",
|
||||
"type": "selector",
|
||||
"name": "Change Font",
|
||||
"description": "Change the font used by jellyfin",
|
||||
"css":"html {font-family: $,sans-serif ; }h1,h2,h3 { font-family:$ ,sans-serif;}",
|
||||
"selections":[
|
||||
"css": "html {font-family: $,sans-serif ; }h1,h2,h3 { font-family:$ ,sans-serif;}",
|
||||
"selections": [
|
||||
{
|
||||
"name":"Times New Roman"
|
||||
"name": "Times New Roman"
|
||||
},
|
||||
{
|
||||
"name":"Arial"
|
||||
"name": "Arial"
|
||||
},
|
||||
{
|
||||
"name":"Helvetica"
|
||||
"name": "Helvetica"
|
||||
},
|
||||
{
|
||||
"name":"Times"
|
||||
"name": "Times"
|
||||
},
|
||||
{
|
||||
"name":"Courier New"
|
||||
"name": "Courier New"
|
||||
},
|
||||
{
|
||||
"name":"Verdana"
|
||||
"name": "Verdana"
|
||||
},
|
||||
{
|
||||
"name":"Courier"
|
||||
"name": "Courier"
|
||||
},
|
||||
{
|
||||
"name":"Arial Narrow"
|
||||
"name": "Arial Narrow"
|
||||
},
|
||||
{
|
||||
"name":"Candara"
|
||||
"name": "Candara"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type":"colorPicker",
|
||||
"type": "colorPicker",
|
||||
"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; transition: 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;}",
|
||||
"default" :"#6279cd"
|
||||
"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;}"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -53,23 +52,23 @@
|
||||
"name": "Jellyflix",
|
||||
"author": "prayagprajapati17",
|
||||
"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);",
|
||||
"defaultCss": "@import url(https://prayag17.github.io/JellyFlix/default.css);",
|
||||
"options": []
|
||||
},
|
||||
{
|
||||
"name": "Monochromic",
|
||||
"author": "EdgeMentality",
|
||||
"description":"This theme aims to be minimalistic and somewhat muted in color. Add-ons and custom accent colors are possible, but not entirely supported by this plug-in. Visit the github of the theme for more information.",
|
||||
"defaultCss":"@import url('https://ctalvio.github.io/Monochromic/default_style.css');",
|
||||
"description": "This theme aims to be minimalistic and somewhat muted in color. Add-ons and custom accent colors are possible, but not entirely supported by this plug-in. Visit the github of the theme for more information.",
|
||||
"defaultCss": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');",
|
||||
"options": [
|
||||
{
|
||||
"type":"checkBox",
|
||||
"type": "checkBox",
|
||||
"name": "Improve performance",
|
||||
"description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect. I may switch to this method being the default.",
|
||||
"css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');"
|
||||
},
|
||||
{
|
||||
"type":"checkBox",
|
||||
"type": "checkBox",
|
||||
"name": "No rounded corners",
|
||||
"description": "In fact, squares off every rounded corner JF ever had.",
|
||||
"css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css'); "
|
||||
@@ -81,26 +80,26 @@
|
||||
"css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');"
|
||||
},
|
||||
{
|
||||
"type":"number",
|
||||
"type": "number",
|
||||
"name": "Modify rounding",
|
||||
"description": "Amount of rounding. Zero is none.",
|
||||
"css": ":root {--rounding: $px;}",
|
||||
"default":"5"
|
||||
"default": "5"
|
||||
},
|
||||
{
|
||||
"type":"colorPicker",
|
||||
"type": "colorPicker",
|
||||
"name": "Accent color",
|
||||
"description": "Choose a custom accent color to use with the theme.",
|
||||
"css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}",
|
||||
"default":""
|
||||
"default": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Kaleidochromic",
|
||||
"author": "EdgeMentality",
|
||||
"description":"This theme aims to be more colorful and minimalistic. Add-ons and custom accent colors are possible, but not entirely supported by this plug-in. Visit the github of the theme for more information.",
|
||||
"defaultCss":"@import url('https://ctalvio.github.io/Kaleidochromic/default_style.css');",
|
||||
"description": "This theme aims to be more colorful and minimalistic. Add-ons and custom accent colors are possible, but not entirely supported by this plug-in. Visit the github of the theme for more information.",
|
||||
"defaultCss": "@import url('https://ctalvio.github.io/Kaleidochromic/default_style.css');",
|
||||
"options": [
|
||||
{
|
||||
"type": "checkBox",
|
||||
@@ -115,18 +114,18 @@
|
||||
"css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');"
|
||||
},
|
||||
{
|
||||
"type":"number",
|
||||
"type": "number",
|
||||
"name": "Modify rounding",
|
||||
"description": "Amount of rounding. Zero is none.",
|
||||
"css": ":root {--rounding: $px;}",
|
||||
"default":"12"
|
||||
"default": "12"
|
||||
},
|
||||
{
|
||||
"type":"colorPicker",
|
||||
"type": "colorPicker",
|
||||
"name": "Accent color",
|
||||
"description": "Choose a custom accent color to use with the theme.",
|
||||
"css": ":root {--accent: $;}",
|
||||
"default" :"#6279cd"
|
||||
"default": "#6279cd"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user