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. |