speechToTextButton.themeColorString
Defines the theme color for the Speech to Text button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
speechToTextButton: {
themeColor: "primary"
},
placeholder: "Primary colored speech button..."
});
</script>