Add novachromic

This commit is contained in:
Daniel
2021-02-11 00:39:42 +01:00
committed by GitHub
parent df8f15ad1c
commit 08c06054c1

View File

@@ -158,6 +158,53 @@
"url": "https://github.com/CTalvio/Kaleidochromic/raw/main/screenshots/1.png"
}
]
},
{
"name": "Novachromic",
"author": "EdgeMentality",
"description": "Novachromic is essentially Monochromic, but with another layer of overrides on top.",
"defaultCss": "@import url('https://ctalvio.github.io/Novachromic/default_style.css');",
"previews": [
{
"name": "Home/Index Page",
"url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/one.png"
},
{
"name": "Library Page",
"url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/six.png"
},
{
"name": "Title page",
"url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/four.png"
},
{
"name": "Dashboard page",
"url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/two.png"
}
],
"options": [
{
"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": "Amount of rounding. Zero is none.",
"css": ":root {--rounding: $px;}",
"default": "12"
},
{
"type": "colorPicker",
"name": "Accent color",
"description": "Choose a custom accent color to use with the theme.",
"css": ":root {--accent: $;}",
"default": "#ffffff"
}
]
},
{
"name": "JellySkin",