Update skins-3.0.json

This commit is contained in:
Mister Rajoy
2020-11-10 23:34:34 +01:00
parent 9034cd0450
commit 0dd8f485df

View File

@@ -36,6 +36,13 @@
"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');"
},
{
"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":"5"
}, },
{ {
"type":"colorPicker", "type":"colorPicker",
@@ -69,14 +76,14 @@
"name": "Modify rounding", "name": "Modify rounding",
"description": "By adding this variable at the bottom, after the import lines, the rounding can be removed, reduced or increased.", "description": "By adding this variable at the bottom, after the import lines, the rounding can be removed, reduced or increased.",
"css": ":root {--rounding: $px;}", "css": ":root {--rounding: $px;}",
"default":"0" "default":"12"
}, },
{ {
"type":"colorPicker", "type":"colorPicker",
"name": "Accent color", "name": "Accent color",
"description": "Choose a custom accent color to use with the theme.", "description": "Choose a custom accent color to use with the theme.",
"css": ":root {--accent: $;}", "css": ":root {--accent: $;}",
"default" :"" "default" :"#6279cd"
} }
] ]
}, },