From d1e0a7ab354d30efd722275d86421a21a520e112 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Wed, 10 Feb 2021 00:29:30 +0100 Subject: [PATCH] Add Novachromic skin --- skins-3.0.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/skins-3.0.json b/skins-3.0.json index 34aaf99..01e6571 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -179,6 +179,58 @@ } ] }, + { + "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" + } + ], + "categories": [ + { + "name": "Default", + "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": "#6279cd" + } + ] + } + ] + }, { "name": "JellySkin", "author": "prayagprajapati17",