Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

NowChatTheme interface- Android

The NowChatTheme interface defines default colors for the elements in the Live Agent and Virtual Agent chat UI.

The NowChatTheme interface extends the NowUITheme interface and inherits the property nowUIColoring.

val nowUIColoring: NowUIColoring?

You can modify these default colors and create your own themes for your specific chat implementation.

NameDescription
alertCritical0Alert text background.Default value: \#F8C8CD
alertCritical2Alert text icon color.Default value: \#E42338
alertCritical3Alert text icon and bar.Default value: \#B61C2D
alertCritical4New message divider.Default value: \#891522
alertInfoZeroHighlighting conversation items.Default value: \#BDDCF2
alertInfoTwoHighlighting conversation items.Default value: \#0079CC
alertModerate3Alert and search result icons.Default value: \#5D46B6
backgroundPrimaryNeutral background, choice picker, input background, and card background.Default value: \#FFFFFF
backgroundPrimaryActionablePagination selected, popup background.Default value: \#151920
backgroundSecondaryBottom bar, columns in cards, search background in choice picker.Default value: \#F6F6F8
backgroundSecondaryActionableClickable input such as search background \(15%\) or date and time background \(100%\).Default value: \#2C323F
backgroundTertiaryAgent and bot bubble background.Default value: \#E4E6EA
backgroundTertiaryActionableOffline banner background.Default value: \#454D5B
boarderTertiaryChat input boardersDefault value: \#D3D6DC
brandHeadersDefault value: \#302F4B
brandBackgroundUser bubble background.Default value: \#D1D2EE
destructiveDestructive action on buttons.Default value: \#B61C2D
highlightBlueInline citation items.Default value: \#D9F4F9
highlightGrayInline citation item background.Default value: \#E8EAEA
linkPrimaryLink on neutral background. For disabled links use 25% opacity with same color.Default value: \#3C59E7
linkSecondaryLinks on non-neutral \(not \#FFFFFF\) background.Default value: \#293D9E
mandatoryMandatory input field indicator.Default value: \#E42338
navigationNavigation icon background.Default value: \#454D58
notificationNew message indicator.Default value: \#B61C2D
primaryActionable text and button background.Default value: \#4F52BD
screenHeaderTextText and icon elements with fixed color that appear on top of brand color \(screen header\).Default value: \#FFFFFF
secondaryUser's swiping motion.Default value: \#1C1D42
separatorSecondaryDivider linesDefault value: \#B0B5BF
separatorTertiaryDivider linesDefault value: \#D3D6DC
shadowCard shadow \(15%\)Default value: \#151920
textActionableText on buttons or highlighted background.Default value: \#FFFFFF
textPrimaryChat bubble text, card header.Default value: \#151920
textSecondaryCard content, search bar icon, and text.Default value: \#2C323F
textTertiaryWeekday for calendar, placeholder.Default value: \#454D5B

Parent Topic:Mobile SDK - Android