Bootstrap

Apply the perfect look and feel to your apps with the styles supported by the Telerik and Kendo UI Bootstrap theme.

Migrating to the new v8.0.0 Color System

Telerik and Kendo UI Bootstrap theme v8.0.0 introduces a new Color System based on a Sass map that contains all color tokens used in the theme as key-value pairs.

To see the full migration guide that lets you move theme customizations applied to theme versions before v8.0.0 to theme v8.0.0, visit Breaking Changes V8.0.0

The table below shows the mapping between the Sass variables of the Telerik and Kendo UI Bootstrap theme used prior to v8.0.0 and the new Sass map (used in v8.0.0 and later). It contains all color tokens used in the theme as key-value pairs. This table will help you understand for which of the keys you need to provide values in the $kendo-colors map in order to migrate your custom color values to the new Color System.

Sass Variables (used prior to v8.0.0)Sass Map Keys (used in v8.0.0 and later)
$kendo-color-primaryprimary
$kendo-color-primary-contraston-primary
$kendo-color-secondarysecondary
$kendo-color-tertiarytertiary
$kendo-color-infoinfo
$kendo-color-successsuccess
$kendo-color-warningwarning
$kendo-color-errorerror
$kendo-color-lightlight
$kendo-color-darkdark
$kendo-color-inverseinverse
$kendo-body-bgapp-surface
$kendo-body-texton-app-surface
$kendo-subtle-textsubtle
$kendo-app-bgsurface
$kendo-app-texton-app-surface
$kendo-app-borderborder
$kendo-link-textprimary
$kendo-link-hover-textprimary-hover
$kendo-component-bgsurface-alt
$kendo-component-texton-app-surface
$kendo-component-borderborder
$kendo-base-bgsurface
$kendo-base-texton-app-surface
$kendo-base-borderborder
$kendo-hover-bgbase-subtle-hover
$kendo-hover-texton-app-surface
$kendo-hover-borderborder
$kendo-selected-bgprimary
$kendo-selected-texton-primary
$kendo-selected-borderprimary
$kendo-selected-hover-bgprimary-hover
$kendo-selected-hover-texton-primary
$kendo-selected-hover-borderborder
$kendo-component-header-bgsurface
$kendo-component-header-texton-app-surface
$kendo-component-header-borderborder
$kendo-invalid-texterror
$kendo-invalid-bordererror
$kendo-disabled-texton-app-surface
Feedback