themeColorStringdefault: ""
The themeColor option controls the color that will be applied.
The following values are available for the themeColor:
primarydarklightnone
Example
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
actions: ["Maximize"],
title: "Customer details"
});
</script>
In this article