MosaicColorScheme

data class MosaicColorScheme(val lightColorScheme: ColorScheme, val darkColorScheme: ColorScheme)

A light/dark pair of Material ColorSchemes — the initial values MosaicColors starts from, before any SetTheme/ResetTheme event swaps them at runtime.

Constructors

Link copied to clipboard
constructor(lightColorScheme: ColorScheme, darkColorScheme: ColorScheme)

Properties

Link copied to clipboard

the app's dark theme.

Link copied to clipboard

the app's light theme.