Interface
The color scheme interface.
Properties
| Property | Type | Notes |
|---|---|---|
action | ActionColor | The colors used to present background and text for various states of the action. |
divider | DividerColor | The colors used to present dividing lines or border lines. |
error | SchemeColor | The colors used to represent interface elements that the user should be made aware of. |
info | SchemeColor | The colors used to present information to the user that is neutral and not necessarily important. |
mode | ColorSchemeMode | The palette mode, can be light or dark. |
primary | SchemeColor | The colors used to represent primary interface elements for a user. |
secondary | SchemeColor | The colors used to represent secondary interface elements for a user. |
success | SchemeColor | The colors used to indicate the successful completion of an action that user triggered. |
surface | SurfaceColor | The colors used to present the background and text. |
warning | SchemeColor | The colors used to represent potentially dangerous or important messages. |
action
Interface Propertyaction: ActionColorThe colors used to present background and text for various states of the action.
divider
Interface Propertydivider: DividerColorThe colors used to present dividing lines or border lines.
error
Interface Propertyerror: SchemeColorThe colors used to represent interface elements that the user should be made aware of.
info
Interface Propertyinfo: SchemeColorThe colors used to present information to the user that is neutral and not necessarily important.
mode
Interface Propertymode: ColorSchemeModeThe palette mode, can be light or dark.
primary
Interface Propertyprimary: SchemeColorThe colors used to represent primary interface elements for a user.
secondary
Interface Propertysecondary: SchemeColorThe colors used to represent secondary interface elements for a user.
success
Interface Propertysuccess: SchemeColorThe colors used to indicate the successful completion of an action that user triggered.
surface
Interface Propertysurface: SurfaceColorThe colors used to present the background and text.
warning
Interface Propertywarning: SchemeColorThe colors used to represent potentially dangerous or important messages.