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