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.BoxedBackgroundShape
The background of the theme. Can be BackgroundShape.Waves, BackgroundShape.Spheres, BackgroundShape.None
BackgroundShape.Spheresnumber
The opacity of the shadow that falls from the edges.
40number
The opacity of the semi-transparent glass panels.
60number
The opacity of the background.
60MenuType
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: 264 },
[MenuType.Comfort]: { primary: 116, secondary: 264 },
}MenuType
The type of the right primary menu. Can be MenuType.Minimal, MenuType.Comfort, MenuType.SingleLayer
MenuType.Minimalobject
Contains pixel size definitions for the right primary and secondary menus for different menu types.
{
[MenuType.Minimal]: { primary: 40, secondary: 264 },
[MenuType.Comfort]: { primary: 80, secondary: 264 },
}number
Layout and menu animation times in milliseconds.
150