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

AppBarThemeColor

Specifies the theme color of the AppBar (see example). The theme color will be applied as background color of the component.

  • The possible values are:
  • light (Default)—Applies coloring based on light theme color.
  • dark—Applies coloring based on dark theme color.
  • inherit— Applies inherited coloring value.
  • primary— Applies primary coloring value.

type AppBarThemeColor = "inherit" | "light" | "dark" | "primary";

Not finding the help you need?
Contact Support