New to Kendo UI for Vue? Start a free 30-day trial

Customizing Color System

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-color-whiteColor#ffffff#ffffff
Description
The color white.
Note: you cannot change this value.
$kendo-color-blackColor#000000#000000
Description
The color black.
Note: you cannot change this value.
$kendo-color-primaryColor#622331#622331
Description
The color that focuses the user attention.
Used for primary buttons and for elements of primary importance across the theme.
$kendo-color-primary-contrastColork-contrast-color( $kendo-color-primary )white
Description
The color used along with the primary color denoted by $kendo-color-primary.
Used to provide contrast between the background and foreground colors.
$kendo-color-infoColor#0969da#0969da
Description
The color for informational messages and states.
$kendo-color-successColor#1a7f37#1a7f37
Description
The color for success messages and states.
$kendo-color-warningColor#bc4c00#bc4c00
Description
The color for warning messages and states.
$kendo-color-errorColor#cf222e#cf222e
Description
The color for error messages and states.
$kendo-color-darkColor#404040#404040
Description
The dark color of the theme.
$kendo-color-lightColor#ebebeb#ebebeb
Description
The light color of the theme.
$kendo-color-inverseColorif( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )#404040
Description
Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark

In this article

Not finding the help you need?