New to Kendo UI for Angular? Start a free 30-day trial
LoaderThemeColor
Updated on May 7, 2026
Specifies the theme color options for the Loader 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.
For more information, see the [Loader Appearance - Theme Color]https://www.telerik.com/kendo-angular-ui/components/indicators/loader/appearance#theme-color) documentation.
type LoaderThemeColor = "base" | "primary" | "secondary" | "tertiary";