new JSON file

This commit is contained in:
Mister Rajoy
2020-11-10 18:50:09 +01:00
parent 13d37ce6f0
commit a6be65e591

94
skins-3.0.json Normal file
View File

@@ -0,0 +1,94 @@
[
{
"name": "Default",
"author": "Jellyfin",
"description": "Default, stock, Jellyfin.",
"defaultCss":"",
"options": []
},
{
"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":"colorPicker",
"name": "Accent color",
"description": "Choose the color for accents.",
"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": "By adding this variable at the bottom, after the import lines, the rounding can be removed, reduced or increased.",
"css": ":root {--rounding: $px;}"
"default":""
},
{
"type":"colorPicker",
"name": "Accent color",
"description": "This is now integrated into the theme and requires no additional import line, and uses a variable same as rounding. Use any RGB color picker to find the value for any given color and enter it",
"css": ":root {--accent: $;}"
"default" :""
}
]
},
{
"name": "JellySkin",
"author": "prayagprajapati17",
"versions": [
{
"name": "Default",
"description": "A very bright and colorful look using lots of drop shadows. Theme is by prayag17.",
"css": "@import url('https://prayag17.github.io/JellySkin/default.css');"
}
]
}
]