From 239c2196c2ecd068d0a210623380318ad3682f0d Mon Sep 17 00:00:00 2001 From: bobbykolev Date: Wed, 11 Sep 2024 11:44:41 +0300 Subject: [PATCH] light theme only --- theme.config.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.config.jsx b/theme.config.jsx index 9ac3769..9d82c28 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -2,7 +2,11 @@ export default { logo: , primaryHue: { dark: 215, light: 215 }, primarySaturation: { dark: 50, light: 50 }, - defaultTheme: 'light', + theme: { + defaultTheme: 'light', + themes: ['light'], + }, + darkMode: false, i18n: [ { locale: 'en-US', text: 'English' }, { locale: 'de-DE', text: 'Deutsch' },