Update skins.json

This commit is contained in:
Mister Rajoy
2020-11-09 14:23:28 +01:00
parent e3f2b68e14
commit fee1323b9b

View File

@@ -1,89 +1,78 @@
[ [
{ {
"name":"Default", "name": "Default",
"author":"Jellyfin", "author": "Jellyfin",
"versions":[ "versions": [
{ {
"name":"Default", "name": "Default",
"css":"" "css": ""
} }
]
}, },
{ {
"name":"Jellyflix", "name": "Jellyflix",
"author":"prayagprajapati17", "author": "prayagprajapati17",
"versions":[ "versions": [
{ {
"name":"Default", "name": "Default",
"css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);"
} }
] ]
}, },
{ {
"name":"Monochromic", "name": "Monochromic",
"author":"EdgeMentality", "author": "EdgeMentality",
"versions":[ "versions": [
{ {
"name":"Default", "name": "Default",
"description":"Default Skin", "description": "Default Skin",
"css": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');", "css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css);"
}, },
{ {
"name":"Improve performance", "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.", "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');", "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');"
}, },
{ {
"name":"No rounded corners", "name": "No rounded corners",
"description":"In fact, squares off every rounded corner JF ever had.", "description": "In fact, squares off every rounded corner JF ever had.",
"css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css');", "css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css');"
}, },
{ {
"name":"Accent color preset - blue", "name": "Accent color preset - blue",
"description": "Restores some of the default Jellyfin blue accenting", "description": "Restores some of the default Jellyfin blue accenting",
"css": "@import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');", "css": "@import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');"
}, },
{ {
"name":"Accent color preset - purple", "name": "Accent color preset - purple",
"description": "Purple Accents", "description": "Purple Accents",
"css": "@import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );", "css": "@import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );"
}, },
{ {
"name":"Restore bottom bar style episode progress", "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.", "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');", "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');"
}, }
] ]
}, },
{ {
"name":"Kaleidochromic", "name": "Kaleidochromic",
"author":"EdgeMentality", "author": "EdgeMentality",
"versions":[ "versions": [
{ {
"name":"Default", "name": "Default",
"css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);"
} }
] ]
}, },
{ {
"name":"JellySkin", "name": "JellySkin",
"author":"prayagprajapati17", "author": "prayagprajapati17",
"versions":[ "versions": [
{ {
"name":"Default", "name": "Default",
"css": "@import url('https://prayag17.github.io/JellySkin/default.css');" "css": "@import url('https://prayag17.github.io/JellySkin/default.css');"
} }
] ]
} }
] ]