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",
"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":"5"
},
{
"type":"colorPicker",
@@ -69,14 +76,14 @@
"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":"0"
"default":"12"
},
{
"type":"colorPicker",
"name": "Accent color",
"description": "Choose a custom accent color to use with the theme.",
"css": ":root {--accent: $;}",
"default" :""
"default" :"#6279cd"
}
]
},