Interface
The options for the color scheme.
Properties
| Property | Type | Notes |
|---|---|---|
action | ActionColorOption | The color scheme options for the action color. |
divider | Partial<DividerColor> | The color scheme options for the divider color. |
error | Partial<SchemeColor> | The color scheme options for the error color. |
info | Partial<SchemeColor> | The color scheme options for the info color. |
mode | ColorSchemeMode | The mode of this color scheme. |
primary | Partial<SchemeColor> | The color scheme options for the primary color. |
secondary | Partial<SchemeColor> | The color scheme options for the secondary color. |
success | Partial<SchemeColor> | The color scheme options for the success color. |
surface | Partial<SurfaceColor> | The color scheme options for the surface color. |
warning | Partial<SchemeColor> | The color scheme options for the warning color. |
action
action: ActionColorOptionThe color scheme options for the action color.
divider
divider: Partial<DividerColor>The color scheme options for the divider color.
error
error: Partial<SchemeColor>The color scheme options for the error color.
info
info: Partial<SchemeColor>The color scheme options for the info color.
mode
mode: ColorSchemeModeThe mode of this color scheme.
primary
primary: Partial<SchemeColor>The color scheme options for the primary color.
secondary
secondary: Partial<SchemeColor>The color scheme options for the secondary color.
success
success: Partial<SchemeColor>The color scheme options for the success color.
surface
surface: Partial<SurfaceColor>The color scheme options for the surface color.
warning
warning: Partial<SchemeColor>The color scheme options for the warning color.