registerHighlightColorScheme

fun registerHighlightColorScheme(stateHighlightScheme: AuroraColorScheme, vararg states: ComponentState)

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

stateHighlightScheme

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.