From c93dfa61a60c2d39675e5b9845d4a363dfd1eef6 Mon Sep 17 00:00:00 2001 From: Prayag Date: Fri, 26 Mar 2021 10:45:30 +0530 Subject: [PATCH] Add New Option to JellySkin --- skins-3.0.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/skins-3.0.json b/skins-3.0.json index ab0b66d..30a0010 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -185,7 +185,7 @@ "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" @@ -198,7 +198,7 @@ "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" } @@ -285,7 +285,13 @@ "value": "morningGradient" } ] - } + }, + { + "type":"checkBox", + "name":"Theme Logo", + "description":"Styles title page in such a way in which logos are used instead of Names.", + "css":"@import url('https://prayag17.github.io/JellySkin/Logo.css');" + } ] } ]