Skip to content

Commit 67f4031

Browse files
authored
Merge pull request #3 from danieladov/SkinVersions
Add support to kin versions
2 parents 403444f + c7c2608 commit 67f4031

File tree

2 files changed

+83
-1
lines changed

2 files changed

+83
-1
lines changed

skins-2.0.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
[
2+
{
3+
"name": "Default",
4+
"author": "Jellyfin",
5+
"versions": [
6+
{
7+
"name": "Default",
8+
"description":"Default Skin",
9+
"css": ""
10+
}
11+
]
12+
},
13+
{
14+
"name": "Jellyflix",
15+
"author": "prayagprajapati17",
16+
"versions": [
17+
{
18+
"name": "Default",
19+
"description":"Default Skin",
20+
"css": "@import url(https://prayag17.github.io/JellyFlix/default.css);"
21+
}
22+
]
23+
},
24+
{
25+
"name": "Monochromic",
26+
"author": "EdgeMentality",
27+
"versions": [
28+
{
29+
"name": "Default",
30+
"description": "Default Skin",
31+
"css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css);"
32+
},
33+
{
34+
"name": "Improve performance",
35+
"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.",
36+
"css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');"
37+
},
38+
{
39+
"name": "No rounded corners",
40+
"description": "In fact, squares off every rounded corner JF ever had.",
41+
"css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css');"
42+
},
43+
{
44+
"name": "Accent color preset - blue",
45+
"description": "Restores some of the default Jellyfin blue accenting",
46+
"css": "@import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');"
47+
},
48+
{
49+
"name": "Accent color preset - purple",
50+
"description": "Purple Accents",
51+
"css": "@import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );"
52+
},
53+
{
54+
"name": "Restore bottom bar style episode progress",
55+
"description": "Don't like my transparent view progress overlay? Use this to go back to the old style.",
56+
"css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');"
57+
}
58+
]
59+
},
60+
{
61+
"name": "Kaleidochromic",
62+
"author": "EdgeMentality",
63+
"versions": [
64+
{
65+
"name": "Default",
66+
"description":"Default Skin",
67+
"css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);"
68+
}
69+
]
70+
},
71+
{
72+
"name": "JellySkin",
73+
"author": "prayagprajapati17",
74+
"versions": [
75+
{
76+
"name": "Default",
77+
"description":"Default Skin",
78+
"css": "@import url('https://prayag17.github.io/JellySkin/default.css');"
79+
}
80+
]
81+
}
82+
]

skins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"css": "@import url('https://prayag17.github.io/JellySkin/default.css');"
3131

3232
}
33-
]
33+
]

0 commit comments

Comments
 (0)