Files
jellyfin-plugin-skin-manager/skins-2.0.json
2020-11-09 23:21:20 +02:00

83 lines
2.8 KiB
JSON

[
{
"name": "Default",
"author": "Jellyfin",
"versions": [
{
"name": "Default",
"description":"Default, stock, Jellyfin.",
"css": ""
}
]
},
{
"name": "Jellyflix",
"author": "prayagprajapati17",
"versions": [
{
"name": "Default",
"description":"A theme that aims to replicate the red and black look of Netflix.",
"css": "@import url(https://prayag17.github.io/JellyFlix/default.css);"
}
]
},
{
"name": "Monochromic",
"author": "EdgeMentality",
"versions": [
{
"name": "Default",
"description": "Default version. This theme aims to be minimalistic and somewhat muted in color.",
"css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css);"
},
{
"name": "Improve performance",
"description": "The theme uses mask-image to fade out items below the top bar as you scroll. This switches to a method without using mask-image, drastically improves performance but foregoes the fade-out effect.",
"css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css); @import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');"
},
{
"name": "No rounded corners",
"description": "No rounded corners.",
"css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css); :root {--rounding: 0px;}"
},
{
"name": "Accent color preset - blue",
"description": "Restores some of the default Jellyfin blue accenting",
"css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css); @import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');"
},
{
"name": "Accent color preset - purple",
"description": "Purple Accents",
"css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css); @import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );"
},
{
"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/default_style.css); @import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');"
}
]
},
{
"name": "Kaleidochromic",
"author": "EdgeMentality",
"versions": [
{
"name": "Default",
"description":"Default Skin",
"css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);"
}
]
},
{
"name": "JellySkin",
"author": "prayagprajapati17",
"versions": [
{
"name": "Default",
"description":"Default Skin",
"css": "@import url('https://prayag17.github.io/JellySkin/default.css');"
}
]
}
]