actionButton.themeColorString
The theme color for the button (e.g., "base", "primary", "secondary").
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
authorId: "user",
actionButton: {
themeColor: "primary"
}
});
</script>