themeColor String
default: ""
The themeColor
option controls the color that will be applied.
The following values are available for the themeColor:
primary
dark
light
none
Example
<div id="dialog"></div>
<script>
$("#dialog").kendoDialog({
actions: ["Maximize"],
title: "Customer details"
});
</script>