New to Kendo UI for Angular? Start a free 30-day trial
WindowThemeColor
Specifies the possible theme colors of the Window.
The possible values are:
primary—Applies coloring based on theprimarytheme color.light— Applies coloring based on thelighttheme color.dark— Applies coloring based on thedarktheme color.
type WindowThemeColor = "primary" | "light" | "dark";