SearchComposableColors

data class SearchComposableColors(val backgroundColor: Color, val secondaryBackground: Color, val tertiaryBackground: Color, val primaryContentColor: Color, val secondaryContentColor: Color, val tertiaryContentColor: Color, val quaternaryContentColor: Color, val alertGreenColor: Color, val alertYellowColor: Color, val alertRedColor: Color)

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, secondaryBackground: Color, tertiaryBackground: Color, primaryContentColor: Color, secondaryContentColor: Color, tertiaryContentColor: Color, quaternaryContentColor: Color, alertGreenColor: Color, alertYellowColor: Color, alertRedColor: Color)

Properties

Link copied to clipboard

Color for positive states and successful operations.

Link copied to clipboard

Color for critical states.

Link copied to clipboard

Color for warnings and intermediate states.

Link copied to clipboard

Background color for main UI elements.

Link copied to clipboard

Primary content color - for headings and important information.

Link copied to clipboard

Quaternary content color - information with the lowest visual priority.

Link copied to clipboard

Secondary background color for UI elements.

Link copied to clipboard

Secondary content color - for additional information.

Link copied to clipboard

Tertiary background color for UI elements.

Link copied to clipboard

Tertiary content color - for less important information.