New to Kendo UI for Vue? Start a free 30-day trial
AppBarThemeColor
Updated on May 18, 2026
Specifies the theme color of the AppBar (see example).
- The possible values are:
base(Default)primarysecondarytertiaryinverse
type AppBarThemeColor = "base" | "primary" | "secondary" | "tertiary" | "inverse";