The default values of the theme can be found at src/config.ts file.
string
Dashboard page route
/dashboards/defaultstring
The language of the theme. Can be de, en, fr, es
enThemeVariant
The color theme. Can be theme-blue, theme-green, theme-orange, theme-purple
theme-blueModeVariant
The mode of the theme. Can be system, light, dark
systemContentType
The layout type for the main content area. Can be ContentType.Boxed, ContentType.Fluid
ContentType.BoxedMenuType
The type of the left primary menu. Can be MenuType.Minimal, MenuType.Comfort, MenuType.SingleLayer
MenuType.Minimalobject
Contains pixel size definitions for the left primary and secondary menus for different menu types.
{
[MenuType.Minimal]: { primary: 60, secondary: 240 },
[MenuType.Comfort]: { primary: 116, secondary: 240 },
[MenuType.SingleLayer]: { primary: 280, secondary: 0 },
}number
Layout and menu animation times in milliseconds.
150