ThemeColors

interface ThemeColors

Deprecated

Use ThemeColorTokens instead.

A set of colors to be applied in either dark or light mode.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val accent: Color

Android accent color.

Link copied to clipboard
abstract val accentHeader: Brush

Brush used for headers emulating accent colors.

Link copied to clipboard

Background color for agent avatar monogram displayed next to the message.

Link copied to clipboard

Color for agent avatar monogram displayed next to the message.

Link copied to clipboard
abstract val agentBackground: Color

Background color for agent bubbles.

Link copied to clipboard
abstract val agentText: Color

Color for agent text.

Link copied to clipboard
abstract val background: Color

Android background color.

Link copied to clipboard

Background color for customer bubbles.

Link copied to clipboard
abstract val customerText: Color

Color for customer text.

Link copied to clipboard
abstract val error: Color

Error color.

Link copied to clipboard
abstract val messageSending: Color

color for message sending icon.

Link copied to clipboard
abstract val messageSent: Color

color for message sent icon.

Link copied to clipboard
abstract val muted: Color

Color used to highlight an edge of a subtle element.

Link copied to clipboard
abstract val onAccent: Color

Android onAccent color.

Link copied to clipboard
abstract val onAccentHeader: Color

Color for icons and text displayed on accentHeader.

Link copied to clipboard
abstract val onBackground: Color

Major color used when drawing on background.

Link copied to clipboard
abstract val onPrimary: Color

Color for icons and text displayed on primary.

Link copied to clipboard
abstract val onSurface: Color

Color for icons and text displayed on surface.

Link copied to clipboard

background color for position in queue panel.

Link copied to clipboard

foreground color for position in queue panel.

Link copied to clipboard
abstract val primary: Color

Android primary color.

Link copied to clipboard
abstract val subtle: Color

Subtle background color used for extra action elements, typically a background for extra action icon next to a message, without a distinction between message author.

Link copied to clipboard
abstract val surface: Color

Surface color.

Link copied to clipboard
abstract val surfaceContainer: Color

Major color used when drawing container on surface.

Link copied to clipboard

Major color used when drawing on surface with high tonal elevation.

Link copied to clipboard

Major color used when drawing on surface with highest tonal elevation.

Link copied to clipboard
abstract val surfaceVariant: Color

Major color variant used when drawing on surface.

Link copied to clipboard

Background color for text field label.

Link copied to clipboard

Text color for text field label.