MUIKitColorScheme
A protocol to define the color scheme for MaterialUIKit components.
Overview
Defines the color scheme for MaterialUIKit components, specifying colors for various UI elements and states to ensure consistent design and visual hierarchy.
Properties
accent
Color used for emphasis to highlight important elements.
tonal
Color for tonal variations to add depth and shading.
onError
Color used to indicate errors and alerts.
primaryBackground
Main color for the primary background areas.
secondaryBackground
Color for secondary background areas.
tertiaryBackground
Color for tertiary background areas.
highlight
Color used to highlight key elements.
primaryTitle
Color for primary text titles.
secondaryTitle
Color for secondary text titles.
separator
Color for dividers and separators.
outline
Color for outlines and strokes.
onDisabled
Color for disabled or inactive elements.
See Also
Last updated