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