SdkTheme

Visual color themes selectable in the CupThread developer console and applied across SDK composables by dev.cupthread.feedback.ui.CupThreadTheme.

Each theme defines specific accent colors and surface backgrounds for both light and dark modes.

Entries

Link copied to clipboard

Follows system appearance using standard blue accent (#2563EB).

Link copied to clipboard

Forces light mode with blue accent (#2563EB) and white backgrounds.

Link copied to clipboard

Forces dark mode with blue accent (#60A5FA) and slate dark backgrounds (#0F172A).

Link copied to clipboard

Pitch dark theme with violet accent (#818CF8) and near-black backgrounds (#09090B).

Link copied to clipboard

Teal palette (#0D9488) with soothing aquatic tones.

Link copied to clipboard

Emerald green palette (#16A34A) with natural forest accents.

Link copied to clipboard

Vibrant warm orange palette (#EA580C) with warm amber undertones.

Link copied to clipboard

Playful deep pink palette (#DB2777) with rose accents.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Raw string identifier matching console configuration settings.

Functions

Link copied to clipboard
fun valueOf(value: String): SdkTheme

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.