Chat.setThemeColor()

This API lets you set desired theme color to the chat windows on your website.

Syntax:

CopiedZohoSalesIQ.Chat.setThemeColor(String key, com.zoho.commons.Color color)

Example:

CopiedZohoSalesIQ.Chat.setThemeColor("colorPrimary", new Color(64,188,189));

ZohoSalesIQ.Chat.setThemeColor("colorPrimaryDark",new Color(44,131,132));