From b0b19b77eb1ab0d432aacd5ae05d52f242320f38 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Wed, 9 Mar 2022 02:46:29 -0800 Subject: [PATCH] WIP --- qortal-ui-core/config/default.styles.config.js | 9 --------- qortal-ui-core/config/default.user.config.js | 1 - 2 files changed, 10 deletions(-) diff --git a/qortal-ui-core/config/default.styles.config.js b/qortal-ui-core/config/default.styles.config.js index 1a3e7590..ad0a5b04 100644 --- a/qortal-ui-core/config/default.styles.config.js +++ b/qortal-ui-core/config/default.styles.config.js @@ -34,15 +34,6 @@ const styles = { '#2196f3', '#d81b60' ] - }, - // Will make theme be calculated from config.styles.themes[config.user.theme]... or make theme the base..so it becomes theme = {...config.styles.theme, ...config.styles.themes[config.user.theme]} - themes: { - light: { - // ... - }, - dark: { - // ... - } } } diff --git a/qortal-ui-core/config/default.user.config.js b/qortal-ui-core/config/default.user.config.js index ea0defd7..82c73732 100644 --- a/qortal-ui-core/config/default.user.config.js +++ b/qortal-ui-core/config/default.user.config.js @@ -6,7 +6,6 @@ const user = { pingInterval: 10 * 1000, // (10 secs) }, language: 'english', // default...english - theme: 'light', server: { writeHosts: { enabled: true,