mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-03-18 21:30:33 +01:00
166 lines
7.8 KiB
JSON
166 lines
7.8 KiB
JSON
[
|
|
{
|
|
"name": "Default",
|
|
"author": "Jellyfin",
|
|
"description": "Default, stock, Jellyfin.",
|
|
"defaultCss": "",
|
|
"options": [
|
|
{
|
|
"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": [
|
|
{
|
|
"name": "Noto Sans"
|
|
},
|
|
{
|
|
"name": "Times New Roman"
|
|
},
|
|
{
|
|
"name": "Arial"
|
|
},
|
|
{
|
|
"name": "Helvetica"
|
|
},
|
|
{
|
|
"name": "Times"
|
|
},
|
|
{
|
|
"name": "Courier New"
|
|
},
|
|
{
|
|
"name": "Verdana"
|
|
},
|
|
{
|
|
"name": "Courier"
|
|
},
|
|
{
|
|
"name": "Arial Narrow"
|
|
},
|
|
{
|
|
"name": "Candara"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "number",
|
|
"name": "Title Font Size",
|
|
"description": "Change the size of the font used at titles.",
|
|
"step": "0.1",
|
|
"css": "h1 {font-size: $em;}",
|
|
"default": "1.8"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"name": "Modify rounding",
|
|
"description": "Amount of rounding. Zero is none.",
|
|
"css": ".formDialogHeader {border-top-left-radius: $px;border-top-right-radius: $px;}formDialogFooter{border-bottom-left-radius: $px;border-bottom-right-radius: $px;}.cardOverlayContainer{border-radius: $px !important;}.cardOverlayButtonIcon{border-radius:$px!important;}.osdPoster img{border-radius: $px; }.mdl-slider::-moz-range-thumb {border-radius: $px;}.mdl-slider::-ms-thumb {border-radius: $px;}.mdl-slider::-webkit-slider-thumb{border-radius: $px;}div[data-role='controlgroup'] a[data-role='button']:first-child {border-bottom-left-radius: $px;border-top-left-radius: $px;}div[data-role='controlgroup'] a[data-role='button']:last-child{border-bottom-right-radius: $px;border-top-right-radius:$px;}progress{border-radius: $px;}progress::-webkit-progress-bar{border-radius: $px;}progress::-moz-progress-bar{border-radius:$px;}progress::-webkit-progress-value {border-radius: $px;}.taskProgressOuter,.taskProgressInner{border-radius: $px !important;}::-webkit-scrollbar-thumb{border-radius:$px;}.innerCardFooter {border-radius: 0px $px !important; }.countIndicator, .playedIndicator {border-radius: 0px $px !important;}",
|
|
"default": "0"
|
|
},
|
|
{
|
|
"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":""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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);",
|
|
"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');",
|
|
"options": [
|
|
{
|
|
"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",
|
|
"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'); "
|
|
},
|
|
{
|
|
"type": "checkBox",
|
|
"name": "Restore bottom bar style episode progress",
|
|
"description": "Don't like my transparent view progress overlay? Use this to go back to the old style.",
|
|
"css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"name": "Modify rounding",
|
|
"description": "Amount of rounding. Zero is none.",
|
|
"css": ":root {--rounding: $px;}",
|
|
"default": "5"
|
|
},
|
|
{
|
|
"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": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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');",
|
|
"options": [
|
|
{
|
|
"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.",
|
|
"css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');"
|
|
},
|
|
{
|
|
"type": "checkBox",
|
|
"name": "Restore bottom bar style episode progress",
|
|
"description": "Don't like my transparent view progress overlay? Use this to go back to the old style.",
|
|
"css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"name": "Modify rounding",
|
|
"description": "Amount of rounding. Zero is none.",
|
|
"css": ":root {--rounding: $px;}",
|
|
"default": "12"
|
|
},
|
|
{
|
|
"type": "colorPicker",
|
|
"name": "Accent color",
|
|
"description": "Choose a custom accent color to use with the theme.",
|
|
"css": ":root {--accent: $;}",
|
|
"default": "#6279cd"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "JellySkin",
|
|
"author": "prayagprajapati17",
|
|
"description": "A very bright and colorful look using lots of drop shadows. Theme is by prayag17.",
|
|
"defaultCss": "@import url('https://prayag17.github.io/JellySkin/default.css');",
|
|
"options": []
|
|
}
|
|
] |