New to Kendo UI for AngularStart a free 30-day trial

AppBarThemeColor

Updated on May 7, 2026

Represents the possible theme colors of the AppBar (see example). The theme color will be applied as a background color to the component.

  • The possible values are:
  • base—Applies base coloring value.
  • primary—Applies primary coloring value.
  • secondary—Applies secondary coloring value.
  • tertiary—Applies tertiary coloring value.
  • inverse—Applies inverse coloring value.

type AppBarThemeColor = "base" | "primary" | "secondary" | "tertiary" | "inverse";

Not finding the help you need?
Contact Support