Companion
object Companion
Functions
Link copied to clipboard
operator fun invoke(primary: Color, onPrimary: Color, background: Color, onBackground: Color, surface: Color, onSurface: Color, surfaceVariant: Color, surfaceContainer: Color, surfaceContainerHigh: Color, onSurfaceHigh: Color, onSurfaceHighest: Color, accent: Color, onAccent: Color, agentBackground: Color, agentText: Color, customerBackground: Color, customerText: Color, agentAvatarForeground: Color, agentAvatarBackground: Color, subtle: Color, muted: Color, positionInQueueBackground: Color? = null, positionInQueueForeground: Color? = null, messageSent: Color = Color(0xff7f7f7f), messageSending: Color = Color(0xff7f7f7f), error: Color, accentHeader: Brush, onAccentHeader: Color, textFieldLabelBackground: Color, textFieldLabelText: Color): ThemeColors
Create a set of colors for either dark or light mode. Two sets, one for dark and one for light, must be created for full colorization.