New to Kendo UI for Angular? Start a free 30-day trial
AvatarThemeColor
Updated on May 7, 2026
Defines the possible theme colors of the Avatar (see example).
The possible values are:
base—Applies base coloring value.primary—Applies primary coloring value.secondary—Applies secondary coloring value.tertiary—Applies tertiary coloring value.
type AvatarThemeColor = "primary" | "secondary" | "tertiary" | "base";