Skip to content

Interface

The options for the color scheme.

Properties

PropertyTypeNotes
actionActionColorOption

The color scheme options for the action color.

dividerPartial<DividerColor>

The color scheme options for the divider color.

errorPartial<SchemeColor>

The color scheme options for the error color.

infoPartial<SchemeColor>

The color scheme options for the info color.

modeColorSchemeMode

The mode of this color scheme.

primaryPartial<SchemeColor>

The color scheme options for the primary color.

secondaryPartial<SchemeColor>

The color scheme options for the secondary color.

successPartial<SchemeColor>

The color scheme options for the success color.

surfacePartial<SurfaceColor>

The color scheme options for the surface color.

warningPartial<SchemeColor>

The color scheme options for the warning color.

action

optional
Interface Property
action: ActionColorOption

The color scheme options for the action color.

divider

optional
Interface Property
divider: Partial<DividerColor>

The color scheme options for the divider color.

error

optional
Interface Property
error: Partial<SchemeColor>

The color scheme options for the error color.

info

optional
Interface Property
info: Partial<SchemeColor>

The color scheme options for the info color.

mode

optional
Interface Property
mode: ColorSchemeMode

The mode of this color scheme.

primary

optional
Interface Property
primary: Partial<SchemeColor>

The color scheme options for the primary color.

secondary

optional
Interface Property
secondary: Partial<SchemeColor>

The color scheme options for the secondary color.

success

optional
Interface Property
success: Partial<SchemeColor>

The color scheme options for the success color.

surface

optional
Interface Property
surface: Partial<SurfaceColor>

The color scheme options for the surface color.

warning

optional
Interface Property
warning: Partial<SchemeColor>

The color scheme options for the warning color.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.