register Highlight Color Scheme
fun registerHighlightColorScheme(stateHighlightScheme: AuroraColorScheme, vararg states: ComponentState)
Content copied to clipboard
Registers a highlight color scheme for the specific component state if the component state is not null, or a global highlight color scheme otherwise.
Parameters
state Highlight Scheme
Highlight color scheme for the specified component state.
states
Component states. If null, the specified color scheme will be applied for all states left unspecified.