.chat.theme()
This API lets you set desired theme color to the chat windows on your website.
Syntax
Copied$zoho.salesiq.chat.theme('black | gray | blue | green | red | purple');
Example
Copied<script>
$zoho.salesiq.ready=function()
{
$zoho.salesiq.chat.theme('purple');
}
</script>