We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I have just purchased a license for this and need the default theme be set to "dark". I made adjustments to the themeConfig.js with no luck.
export const themeConfig = { disableCustomizer: true, // options[Boolean] : true, false(default) rtl: false, // options[Boolean] : true, false(default) verticalSidebarMini: false, // options[Boolean] : true, false(default) verticalSidebarDrawer: true, // options[Boolean] : true, false(default) verticalCompactSidebarDrawer: true, // options[Boolean] : true, false(default) verticalSaasSidebarDrawer: true, // options[Boolean] : true, false(default) showBreadcrumb: true, // options[Boolean] : true, false(default) layout: "VerticalSidebar", //VerticalWhiteSidebar,VerticalCompactSidebar,VerticalSaasLayout,VerticalSidebar,HorizontalBar isLoading: false, isDark: true, verticalSidebarDrawerColor: "white", // primary,white,sucsess,warning,etc appBarColor: "white" // primary,white,sucsess,warning,etc }; export const themePreset = { breakpoint: { scrollBarWidth: 16, thresholds: { xs: 600, sm: 960, md: 1280, lg: 1920 } }, rtl: false, theme: { default: "dark", disable: false, options: { cspNonce: undefined, customProperties: true, minifyTheme: undefined, themeCache: undefined }, themes: { light: { primary: colors.blue, secondary: "#304156", success: colors.green, danger: colors.red, warning: colors.deepOrange, info: colors.indigo, dark: "#242939", background: "#f2f3f8" }, dark: { primary: colors.blue, secondary: "#304156", success: colors.green, danger: colors.red, warning: colors.deepOrange, info: colors.indigo } } } };
I would expect that setting the themePreset.theme.default to "dark" would configure this properly, but it remains light theme.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi I have just purchased a license for this and need the default theme be set to "dark". I made adjustments to the themeConfig.js with no luck.
I would expect that setting the themePreset.theme.default to "dark" would configure this properly, but it remains light theme.
Thanks!
The text was updated successfully, but these errors were encountered: