New to Kendo UI for Angular? Start a free 30-day trial
AppBarThemeColor
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:
light
—Applies coloring based on the light theme color.dark
—Applies coloring based on the dark theme color.inherit
&mdash Applies inherited coloring value.primary
—Applies primary coloring value.
type
AppBarThemeColor = "inherit" | "light" | "dark" | "primary";