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