colorScheme

val colorScheme: ColorScheme

Computes the color scheme based on the current theme settings.

The color scheme is derived from the primary color (seedColor), theme mode (useDarkTheme), AMOLED mode (withAmoled), style (style), contrast setting (contrast), and extended fidelity (isExtendedFidelity). This computed ColorScheme is used to apply consistent colors throughout the application based on the theme.