AI Integration Quick Reference
AI Integration Quick Reference
Color Categories
The palette is organized into these groups:Default Light Mode Palette
- Kotlin (XML Views)
- Jetpack Compose
Defined in
chatuikit-kotlin/src/main/res/values/color.xml:color.xml
Default Dark Mode Palette
- Kotlin (XML Views)
- Jetpack Compose
Defined in Android automatically uses
chatuikit-kotlin/src/main/res/values-night/color.xml. Note how neutral values are inverted:values-night/color.xml
values-night resources when the system is in dark mode.Override Colors
- Kotlin (XML Views)
- Jetpack Compose
Override via XML theme attributes in Or programmatically via
themes.xml:themes.xml
CometChatTheme:
Derived Colors
Background, stroke, text, and icon colors are derived from the neutral scale by default:
This means overriding a neutral color automatically updates all tokens that reference it.