alpha
alpha: (color: string, value: string | number) => string
applyStyles
applyStyles: ApplyStyles<SupportedColorScheme>
background
background: string
backgroundDefault
backgroundDefault: string
breakpoints
breakpoints: Breakpoints
Optionalcolors
colors?: Partial<
{
darkBackground: string;
darkLevel1: string;
darkLevel2: string;
darkPaper: string;
darkTextPrimary: string;
errorDark: string;
errorLight: string;
errorMain: string;
grey100: string;
grey300: string;
grey400: string;
grey50: string;
grey500: string;
grey700: string;
orangeDark: string;
orangeLight: string;
orangeMain: string;
primary200: string;
primary800: string;
primaryDark: string;
primaryLight: string;
primaryMain: string;
secondary200: string;
secondary800: string;
secondaryDark: string;
secondaryLight: string;
secondaryMain: string;
success200: string;
successDark: string;
successLight: string;
successMain: string;
textDark: string;
warningDark: string;
warningLight: string;
warningMain: string;
},
>
Optionalcomponents
components?: Components<BaseTheme>
containerQueries
containerQueries: (name: string) => ContainerQueries & ContainerQueries
OptionalcssVariables
cssVariables?: false
Optionalcustomization
customization?: {
borderRadius: number;
fontFamily: string;
navType: "light" | "dark";
}
darken
darken: (color: string, coefficient: string | number) => string
darkTextPrimary
darkTextPrimary: string
darkTextSecondary
darkTextSecondary: string
direction
direction: Direction
lighten
lighten: (color: string, coefficient: string | number) => string
menuSelected
menuSelected: string
menuSelectedBack
menuSelectedBack: string
transitions
transitions: Transitions
typography
typography: TypographyVariants
Optionalunstable_strictMode
unstable_strictMode?: boolean
unstable_sx
unstable_sx: (props: SxProps<Theme>) => CSSObject
unstable_sxConfig
unstable_sxConfig: SxConfig
Optionalvariant
variant?: "outlined" | "standard" | "filled"
Optionalvars
vars?: ThemeVars