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

BadgeThemeColor

Updated on May 7, 2026

Specifies the theme color options for the Badge component. For more details, see the [Badge Appearance - Theme Color]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#theme-color) documentation.

The possible values are:

  • base—Applies base coloring value.
  • primary—Applies primary coloring value.
  • secondary—Applies secondary coloring value.
  • tertiary—Applies tertiary coloring value.
  • info—Applies info coloring value.
  • success—Applies success coloring value.
  • warning—Applies warning coloring value.
  • error—Applies error coloring value.

type BadgeThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error";

Not finding the help you need?
Contact Support