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