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' },