From e14c46941bb4e69d66654fd35a0d5db1a577ec75 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 1 May 2018 18:24:16 +0200 Subject: Added light theme - needs some work though --- main/app/sprinkles/core/asset-bundles.json | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'main/app/sprinkles/core/asset-bundles.json') diff --git a/main/app/sprinkles/core/asset-bundles.json b/main/app/sprinkles/core/asset-bundles.json index 93f35b1..0d714e8 100644 --- a/main/app/sprinkles/core/asset-bundles.json +++ b/main/app/sprinkles/core/asset-bundles.json @@ -98,8 +98,31 @@ "styles": [ "SiteAssets/css/normalize.css", "SiteAssets/css/swiper.css", - "SiteAssets/css/animate.css", - "SiteAssets/css/main.css" + "SiteAssets/css/animate.css" + ], + "options": { + "result": { + "type": { + "styles": "plain" + } + } + } + }, + "css/DarkTheme": { + "styles": [ + "SiteAssets/css/mainDark.css" + ], + "options": { + "result": { + "type": { + "styles": "plain" + } + } + } + }, + "css/LightTheme": { + "styles": [ + "SiteAssets/css/mainLight.css" ], "options": { "result": { -- cgit v1.2.3