New to Kendo UI for Vue? Start a free 30-day trial
AppBarThemeColor
Updated on Oct 31, 2025
Specifies the theme color of the AppBar (see example).
- The possible values are:
- inherit
- light(Default)
- dark
type AppBarThemeColor = "light" | "dark" | "inherit";