New to Kendo UI for Angular? Start a free 30-day trial
Window Appearance
Updated on Oct 31, 2025
The Window allows you to set different theme colors by using the themeColor property. It accepts values of type WindowThemeColor.
The themeColor option supports the following values:
primary—Applies coloring based on theprimarytheme color.dark—Applies coloring based on thedarktheme color.light—Applies coloring based on thelighttheme color.
The following example demonstrates how to define the theme color of the Window.
Change Theme
Theme
Loading ...