diff --git a/packages/bootstrap/docs/customization-appbar.md b/packages/bootstrap/docs/customization-appbar.md index d526a2a1ff1..817a21eb637 100644 --- a/packages/bootstrap/docs/customization-appbar.md +++ b/packages/bootstrap/docs/customization-appbar.md @@ -140,7 +140,7 @@ The following table lists the available variables for customization.
k-contrast-color( $kendo-color-light )
if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))
black
k-contrast-color( $kendo-color-dark )
if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))
white
inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 )
inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .25 ), rgba( $kendo-breadcrumb-text, .25 ))
inset 0 0 0 3px rgba(33, 37, 41, 0.25)
k-map-merge(
$kendo-theme-colors,
- ( "base": #e4e7eb )
+ ( "base": if($kendo-enable-color-system, k-color( base ), #e4e7eb) )
)
("primary": #0d6efd, "secondary": #6c757d, "tertiary": #6f42c1, "info": #0dcaf0, "success": #198754, "warning": #ffc107, "error": #dc3545, "dark": #212529, "light": #f8f9fa, "inverse": #212529, "base": #e4e7eb)
#e4e7eb
if($kendo-enable-color-system, k-color( base ), #e4e7eb)
#e4e7eb
k-contrast-color( $kendo-button-bg, $gray-900 )
if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-button-bg, $gray-900 ))
#212529
k-color-darken( $kendo-button-bg, 7.5% )
if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 7.5% ))
#ced3db
k-color-darken( $kendo-button-bg, 10% )
if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 10% ))
#c7cdd5
k-color-darken( $kendo-button-bg, 10% )
if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))
#c7cdd5
k-color-darken( $kendo-button-bg, 12.5% )
if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))
#bfc6d0
k-color-darken( $kendo-color-primary, 10% )
if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 10% ))
#0257d5
k-contrast-color( $kendo-button-selected-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-button-selected-bg ))
white
k-color-darken( $kendo-color-primary, 12.5% )
if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 12.5% ))
#0252c9
k-color-darken( $kendo-button-bg, 10% )
if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))
#c7cdd5
k-color-darken( $kendo-button-bg, 12.5% )
if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))
#bfc6d0
0 0 0 .25rem rgba( $kendo-button-border, .5 )
0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( border, true ), .5), rgba( $kendo-button-border, .5 ))
0 0 0 0.25rem rgba(228, 231, 235, 0.5)
$blue
if($kendo-enable-color-system, k-color( series-a ), $blue)
#0d6efd
$purple
if($kendo-enable-color-system, k-color( series-b ), $purple)
#6f42c1
$teal
if($kendo-enable-color-system, k-color( series-c ), $teal)
#20c997
$green
if($kendo-enable-color-system, k-color( series-d ), $green)
#198754
$yellow
if($kendo-enable-color-system, k-color( series-e ), $yellow)
#ffc107
$red
if($kendo-enable-color-system, k-color( series-f ), $red)
#dc3545
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )
rgba(0, 0, 0, 0.08)
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )
rgba(0, 0, 0, 0.04)
if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 )
if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 ))
#ced4da
k-contrast-color( $kendo-checkbox-checked-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))
white
k-try-tint( $kendo-color-primary, 50% )
if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% ))
#86b7fe
0 0 0 .25rem rgba( $kendo-color-primary, .25 )
0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))
0 0 0 0.25rem rgba(13, 110, 253, 0.25)
k-contrast-color( $kendo-chip-outline-hover-bg )
if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))
white
#ffffff
#ffffff
#000000
#000000
$_default-colors
(app-surface: #ffffff, on-app-surface: #212529, subtle: #606970, surface: #f8f9fa, surface-alt: #ffffff, border: #dee2e6, border-alt: #ced4da, base-subtle: #e9ecef, base-subtle-hover: #dee2e6, base-subtle-active: #ced4da, base: #dee2e6, base-hover: #ced4da, base-active: #bdc4cb, base-emphasis: #adb5bd, base-on-subtle: #212529, on-base: #212529, base-on-surface: #212529, primary-subtle: #cfe2ff, primary-subtle-hover: #b6d4fe, primary-subtle-active: #9ec5fe, primary: #0d6efd, primary-hover: #0b5ed7, primary-active: #0a58ca, primary-emphasis: #6ea8fe, primary-on-subtle: #052c65, on-primary: #ffffff, primary-on-surface: #0d6efd, secondary-subtle: #dee2e6, secondary-subtle-hover: #ced4da, secondary-subtle-active: #bdc4cb, secondary: #6c757d, secondary-hover: #606970, secondary-active: #555c64, secondary-emphasis: #8d959d, secondary-on-subtle: #212529, on-secondary: #ffffff, secondary-on-surface: #212529, tertiary-subtle: #e2d9f3, tertiary-subtle-hover: #d3c5ec, tertiary-subtle-active: #c5b3e6, tertiary: #6f42c1, tertiary-hover: #59359a, tertiary-active: #4e2f89, tertiary-emphasis: #a98eda, tertiary-on-subtle: #21143b, on-tertiary: #ffffff, tertiary-on-surface: #6f42c1, info-subtle: #cff4fc, info-subtle-hover: #aaecfa, info-subtle-active: #86e5f8, info: #0dcaf0, info-hover: #0aa2c0, info-active: #098da8, info-emphasis: #3dd5f3, info-on-subtle: #04414d, on-info: #ffffff, info-on-surface: #0dcaf0, success-subtle: #d1e7dd, success-subtle-hover: #badbcc, success-subtle-active: #8cc3aa, success: #146c43, success-hover: #125f3b, success-active: #0f5132, success-emphasis: #479f76, success-on-subtle: #08291a, on-success: #ffffff, success-on-surface: #0f5132, warning-subtle: #ffecb5, warning-subtle-hover: #ffe69c, warning-subtle-active: #ffe083, warning: #ffc107, warning-hover: #cc9a06, warning-active: #b38705, warning-emphasis: #ffcd39, warning-on-subtle: #523e02, on-warning: #000000, warning-on-surface: #ffc107, error-subtle: #f8d7da, error-subtle-hover: #f5c2c7, error-subtle-active: #f1aeb5, error: #dc3545, error-hover: #b02a37, error-active: #9a2530, error-emphasis: #e35d6a, error-on-subtle: #421015, on-error: #ffffff, error-on-surface: #dc3545, light-subtle: #f8f9fa, light-subtle-hover: #e9ecef, light-subtle-active: #dee2e6, light: #f8f9fa, light-hover: #e9ecef, light-active: #dee2e6, light-emphasis: #bdc4cb, light-on-subtle: #343a40, on-light: #000000, light-on-surface: #ced4da, dark-subtle: #6c757d, dark-subtle-hover: #606970, dark-subtle-active: #555c64, dark: #212529, dark-hover: #2c3035, dark-active: #343a40, dark-emphasis: #343a40, dark-on-subtle: #ffffff, on-dark: #ffffff, dark-on-surface: #121417, inverse-subtle: #6c757d, inverse-subtle-hover: #606970, inverse-subtle-active: #555c64, inverse: #212529, inverse-hover: #2c3035, inverse-active: #343a40, inverse-emphasis: #343a40, inverse-on-subtle: #ffffff, on-inverse: #ffffff, inverse-on-surface: #121417, series-a: #0d6efd, series-a-bold: #0a53be, series-a-bolder: #052c65, series-a-subtle: #86b6fe, series-a-subtler: #4992fd, series-b: #6f42c1, series-b-bold: #4e2f89, series-b-bolder: #36215f, series-b-subtle: #b9a3e1, series-b-subtler: #8c68cd, series-c: #20c997, series-c-bold: #178c69, series-c-bolder: #10654c, series-c-subtle: #a6e9d5, series-c-subtler: #4dd4ac, series-d: #198754, series-d-bold: #125f3b, series-d-bolder: #0d442a, series-d-subtle: #8cc3aa, series-d-subtler: #479f76, series-e: #dc3545, series-e-bold: #9a2530, series-e-bolder: #6e1b23, series-e-subtle: #f1aeb5, series-e-subtler: #e35d6a, series-f: #ffc107, series-f-bold: #b38705, series-f-bolder: #806104, series-f-subtle: #ffe083, series-f-subtler: #ffcd39)
$kendo-font-size-md
1rem
$kendo-font-size-md
1rem
if( $kendo-is-dark-theme, $gray-600, $gray-500)
#adb5bd
rgba( $kendo-color-primary, .16 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))
rgba(13, 110, 253, 0.16)
if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 )
if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 ))
#f8f9fa
k-try-tint( $kendo-dropzone-text, 8 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 ))
#afb1b2
k-color-mix( $kendo-color-primary, #ffffff, 20% )
if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))
#cfe2ff
k-try-tint( $kendo-file-manager-text, 4 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))
#686b6d
k-try-tint( $kendo-file-manager-text, 4 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))
#686b6d
0 0 0 .25rem rgba( $kendo-color-primary, .25 )
0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))
0 0 0 0.25rem rgba(13, 110, 253, 0.25)
rgba( k-contrast-color( $kendo-grid-bg ), .12 )
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))
rgba(0, 0, 0, 0.12)
$input-bg
#ffffff
#fff
$input-focus-bg
#ffffff
#fff
rgba( $kendo-base-text, .5 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 ))
rgba(33, 37, 41, 0.5)
inset 0 0 0 3px rgba( $kendo-list-text, .15 )
inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 ))
inset 0 0 0 3px rgba(33, 37, 41, 0.15)
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))
rgba(13, 110, 253, 0.25)
inset 0 0 0 3px rgba( $kendo-listview-text, .15 )
inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 ))
inset 0 0 0 3px rgba(33, 37, 41, 0.15)
0 0 0 3px rgba($kendo-color-primary, .25)
0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25))
0 0 0 3px rgba(13, 110, 253, 0.25)
rgba( $kendo-picker-outline-text, .5 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 ))
rgba(33, 37, 41, 0.5)
k-contrast-color( $kendo-picker-outline-hover-bg )
if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))
white
rgba( $kendo-button-text, .08 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 ))
rgba(33, 37, 41, 0.08)
rgba( $kendo-color-inverse, .2 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))
rgba(33, 37, 41, 0.2)
k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )
if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary ))
#86b7fe
.25rem solid rgba( $kendo-color-primary, .25 )
.25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))
0.25rem solid rgba(13, 110, 253, 0.25)
if( $kendo-is-dark-theme, $gray-800, $gray-200 )
if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $gray-800, $gray-200 ))
#e9ecef
.25rem solid rgba( $kendo-switch-on-track-border, .25 )
.25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))
0.25rem solid rgba(13, 110, 253, 0.25)
k-try-tint( $kendo-switch-on-track-bg, 50% )
if($kendo-enable-color-system, rgba( k-color( primary ), .5 ), k-try-tint( $kendo-switch-on-track-bg, 50% ))
#86b7fe
k-contrast-color( $kendo-switch-on-track-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-switch-on-track-bg ))
white
rgba( k-contrast-color( $kendo-table-bg ), .04 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))
rgba(0, 0, 0, 0.04)
rgba( k-contrast-color( $kendo-table-bg ), .08 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 ))
rgba(0, 0, 0, 0.08)
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))
rgba(13, 110, 253, 0.25)
0 0 0 .25rem rgba( $kendo-color-primary, .25 )
0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))
0 0 0 0.25rem rgba(13, 110, 253, 0.25)
if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )
if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ))
#000000
k-contrast-color( $kendo-tooltip-bg )
if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))
white
inset 0 0 0 2px rgba( $kendo-treeview-text, .15 )
inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-treeview-text, .15 ))
inset 0 0 0 2px rgba(33, 37, 41, 0.15)
k-try-shade( $kendo-upload-dropzone-bg, .2 )
if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-upload-dropzone-bg, .2 ))
#f4f5f6
$kendo-font-size-md
1rem
$kendo-font-size-md
1rem
if( $kendo-is-dark-theme, $gray-600, $gray-500)
#adb5bd
k-contrast-color( $kendo-color-light )
if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))
black
k-contrast-color( $kendo-color-dark )
if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))
white
inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 )
inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .25 ), rgba( $kendo-breadcrumb-text, .25 ))
inset 0 0 0 3px rgba(33, 37, 41, 0.25)
k-map-merge(
$kendo-theme-colors,
- ( "base": #e4e7eb )
+ ( "base": if($kendo-enable-color-system, k-color( base ), #e4e7eb) )
)
("primary": #0d6efd, "secondary": #6c757d, "tertiary": #6f42c1, "info": #0dcaf0, "success": #198754, "warning": #ffc107, "error": #dc3545, "dark": #212529, "light": #f8f9fa, "inverse": #212529, "base": #e4e7eb)
#e4e7eb
if($kendo-enable-color-system, k-color( base ), #e4e7eb)
#e4e7eb
k-contrast-color( $kendo-button-bg, $gray-900 )
if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-button-bg, $gray-900 ))
#212529
k-color-darken( $kendo-button-bg, 7.5% )
if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 7.5% ))
#ced3db
k-color-darken( $kendo-button-bg, 10% )
if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 10% ))
#c7cdd5
k-color-darken( $kendo-button-bg, 10% )
if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))
#c7cdd5
k-color-darken( $kendo-button-bg, 12.5% )
if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))
#bfc6d0
k-color-darken( $kendo-color-primary, 10% )
if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 10% ))
#0257d5
k-contrast-color( $kendo-button-selected-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-button-selected-bg ))
white
k-color-darken( $kendo-color-primary, 12.5% )
if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 12.5% ))
#0252c9
k-color-darken( $kendo-button-bg, 10% )
if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))
#c7cdd5
k-color-darken( $kendo-button-bg, 12.5% )
if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))
#bfc6d0
0 0 0 .25rem rgba( $kendo-button-border, .5 )
0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( border, true ), .5), rgba( $kendo-button-border, .5 ))
0 0 0 0.25rem rgba(228, 231, 235, 0.5)
$blue
if($kendo-enable-color-system, k-color( series-a ), $blue)
#0d6efd
$purple
if($kendo-enable-color-system, k-color( series-b ), $purple)
#6f42c1
$teal
if($kendo-enable-color-system, k-color( series-c ), $teal)
#20c997
$green
if($kendo-enable-color-system, k-color( series-d ), $green)
#198754
$yellow
if($kendo-enable-color-system, k-color( series-e ), $yellow)
#ffc107
$red
if($kendo-enable-color-system, k-color( series-f ), $red)
#dc3545
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )
rgba(0, 0, 0, 0.08)
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )
rgba(0, 0, 0, 0.04)
if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 )
if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 ))
#ced4da
k-contrast-color( $kendo-checkbox-checked-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))
white
k-try-tint( $kendo-color-primary, 50% )
if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% ))
#86b7fe
0 0 0 .25rem rgba( $kendo-color-primary, .25 )
0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))
0 0 0 0.25rem rgba(13, 110, 253, 0.25)
k-contrast-color( $kendo-chip-outline-hover-bg )
if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))
white
#ffffff
#ffffff
#000000
#000000
$_default-colors
(app-surface: #ffffff, on-app-surface: #212529, subtle: #606970, surface: #f8f9fa, surface-alt: #ffffff, border: #dee2e6, border-alt: #ced4da, base-subtle: #e9ecef, base-subtle-hover: #dee2e6, base-subtle-active: #ced4da, base: #dee2e6, base-hover: #ced4da, base-active: #bdc4cb, base-emphasis: #adb5bd, base-on-subtle: #212529, on-base: #212529, base-on-surface: #212529, primary-subtle: #cfe2ff, primary-subtle-hover: #b6d4fe, primary-subtle-active: #9ec5fe, primary: #0d6efd, primary-hover: #0b5ed7, primary-active: #0a58ca, primary-emphasis: #6ea8fe, primary-on-subtle: #052c65, on-primary: #ffffff, primary-on-surface: #0d6efd, secondary-subtle: #dee2e6, secondary-subtle-hover: #ced4da, secondary-subtle-active: #bdc4cb, secondary: #6c757d, secondary-hover: #606970, secondary-active: #555c64, secondary-emphasis: #8d959d, secondary-on-subtle: #212529, on-secondary: #ffffff, secondary-on-surface: #212529, tertiary-subtle: #e2d9f3, tertiary-subtle-hover: #d3c5ec, tertiary-subtle-active: #c5b3e6, tertiary: #6f42c1, tertiary-hover: #59359a, tertiary-active: #4e2f89, tertiary-emphasis: #a98eda, tertiary-on-subtle: #21143b, on-tertiary: #ffffff, tertiary-on-surface: #6f42c1, info-subtle: #cff4fc, info-subtle-hover: #aaecfa, info-subtle-active: #86e5f8, info: #0dcaf0, info-hover: #0aa2c0, info-active: #098da8, info-emphasis: #3dd5f3, info-on-subtle: #04414d, on-info: #ffffff, info-on-surface: #0dcaf0, success-subtle: #d1e7dd, success-subtle-hover: #badbcc, success-subtle-active: #8cc3aa, success: #146c43, success-hover: #125f3b, success-active: #0f5132, success-emphasis: #479f76, success-on-subtle: #08291a, on-success: #ffffff, success-on-surface: #0f5132, warning-subtle: #ffecb5, warning-subtle-hover: #ffe69c, warning-subtle-active: #ffe083, warning: #ffc107, warning-hover: #cc9a06, warning-active: #b38705, warning-emphasis: #ffcd39, warning-on-subtle: #523e02, on-warning: #000000, warning-on-surface: #ffc107, error-subtle: #f8d7da, error-subtle-hover: #f5c2c7, error-subtle-active: #f1aeb5, error: #dc3545, error-hover: #b02a37, error-active: #9a2530, error-emphasis: #e35d6a, error-on-subtle: #421015, on-error: #ffffff, error-on-surface: #dc3545, light-subtle: #f8f9fa, light-subtle-hover: #e9ecef, light-subtle-active: #dee2e6, light: #f8f9fa, light-hover: #e9ecef, light-active: #dee2e6, light-emphasis: #bdc4cb, light-on-subtle: #343a40, on-light: #000000, light-on-surface: #ced4da, dark-subtle: #6c757d, dark-subtle-hover: #606970, dark-subtle-active: #555c64, dark: #212529, dark-hover: #2c3035, dark-active: #343a40, dark-emphasis: #343a40, dark-on-subtle: #ffffff, on-dark: #ffffff, dark-on-surface: #121417, inverse-subtle: #6c757d, inverse-subtle-hover: #606970, inverse-subtle-active: #555c64, inverse: #212529, inverse-hover: #2c3035, inverse-active: #343a40, inverse-emphasis: #343a40, inverse-on-subtle: #ffffff, on-inverse: #ffffff, inverse-on-surface: #121417, series-a: #0d6efd, series-a-bold: #0a53be, series-a-bolder: #052c65, series-a-subtle: #86b6fe, series-a-subtler: #4992fd, series-b: #6f42c1, series-b-bold: #4e2f89, series-b-bolder: #36215f, series-b-subtle: #b9a3e1, series-b-subtler: #8c68cd, series-c: #20c997, series-c-bold: #178c69, series-c-bolder: #10654c, series-c-subtle: #a6e9d5, series-c-subtler: #4dd4ac, series-d: #198754, series-d-bold: #125f3b, series-d-bolder: #0d442a, series-d-subtle: #8cc3aa, series-d-subtler: #479f76, series-e: #dc3545, series-e-bold: #9a2530, series-e-bolder: #6e1b23, series-e-subtle: #f1aeb5, series-e-subtler: #e35d6a, series-f: #ffc107, series-f-bold: #b38705, series-f-bolder: #806104, series-f-subtle: #ffe083, series-f-subtler: #ffcd39)
rgba( $kendo-color-primary, .16 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))
rgba(13, 110, 253, 0.16)
if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 )
if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 ))
#f8f9fa
k-try-tint( $kendo-dropzone-text, 8 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 ))
#afb1b2
k-color-mix( $kendo-color-primary, #ffffff, 20% )
if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))
#cfe2ff
k-try-tint( $kendo-file-manager-text, 4 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))
#686b6d
k-try-tint( $kendo-file-manager-text, 4 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))
#686b6d
0 0 0 .25rem rgba( $kendo-color-primary, .25 )
0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))
0 0 0 0.25rem rgba(13, 110, 253, 0.25)
rgba( k-contrast-color( $kendo-grid-bg ), .12 )
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))
rgba(0, 0, 0, 0.12)
$input-bg
#ffffff
#fff
$input-focus-bg
#ffffff
#fff
rgba( $kendo-base-text, .5 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 ))
rgba(33, 37, 41, 0.5)
inset 0 0 0 3px rgba( $kendo-list-text, .15 )
inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 ))
inset 0 0 0 3px rgba(33, 37, 41, 0.15)
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))
rgba(13, 110, 253, 0.25)
inset 0 0 0 3px rgba( $kendo-listview-text, .15 )
inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 ))
inset 0 0 0 3px rgba(33, 37, 41, 0.15)
0 0 0 3px rgba($kendo-color-primary, .25)
0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25))
0 0 0 3px rgba(13, 110, 253, 0.25)
rgba( $kendo-picker-outline-text, .5 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 ))
rgba(33, 37, 41, 0.5)
k-contrast-color( $kendo-picker-outline-hover-bg )
if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))
white
rgba( $kendo-button-text, .08 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 ))
rgba(33, 37, 41, 0.08)
rgba( $kendo-color-inverse, .2 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))
rgba(33, 37, 41, 0.2)
k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )
if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary ))
#86b7fe
.25rem solid rgba( $kendo-color-primary, .25 )
.25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))
0.25rem solid rgba(13, 110, 253, 0.25)
if( $kendo-is-dark-theme, $gray-800, $gray-200 )
if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $gray-800, $gray-200 ))
#e9ecef
.25rem solid rgba( $kendo-switch-on-track-border, .25 )
.25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))
0.25rem solid rgba(13, 110, 253, 0.25)
k-try-tint( $kendo-switch-on-track-bg, 50% )
if($kendo-enable-color-system, rgba( k-color( primary ), .5 ), k-try-tint( $kendo-switch-on-track-bg, 50% ))
#86b7fe
k-contrast-color( $kendo-switch-on-track-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-switch-on-track-bg ))
white
rgba( k-contrast-color( $kendo-table-bg ), .04 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))
rgba(0, 0, 0, 0.04)
rgba( k-contrast-color( $kendo-table-bg ), .08 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 ))
rgba(0, 0, 0, 0.08)
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))
rgba(13, 110, 253, 0.25)
0 0 0 .25rem rgba( $kendo-color-primary, .25 )
0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))
0 0 0 0.25rem rgba(13, 110, 253, 0.25)
if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )
if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ))
#000000
k-contrast-color( $kendo-tooltip-bg )
if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))
white
inset 0 0 0 2px rgba( $kendo-treeview-text, .15 )
inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-treeview-text, .15 ))
inset 0 0 0 2px rgba(33, 37, 41, 0.15)
k-try-shade( $kendo-upload-dropzone-bg, .2 )
if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-upload-dropzone-bg, .2 ))
#f4f5f6
k-contrast-color( $kendo-color-light )
if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))
black
k-contrast-color( $kendo-color-dark )
if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))
white
k-try-shade( $kendo-button-bg, 2 )
if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-button-bg, 2 ))
#cacaca
k-try-shade( $kendo-button-bg, 1 )
if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-button-bg, 1 ))
#dddddd
k-try-shade( $kendo-button-bg, 3 )
if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-button-bg, 3 ))
#b6b6b6
k-try-shade( $kendo-button-bg, 2 )
if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-button-bg, 2 ))
#cacaca
k-try-shade( $kendo-button-bg, 4 )
if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-button-bg, 4 ))
#a3a3a3
k-contrast-legacy( $kendo-button-selected-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-button-selected-bg ))
white
0 0 4px 0 rgba( $kendo-button-border, .75 )
0 0 4px 0 if($kendo-enable-color-system, rgba( k-color( border, true ), .75), rgba( $kendo-button-border, .75 ))
0 0 4px 0 rgba(202, 202, 202, 0.75)
#ff6358
if($kendo-enable-color-system, k-color( series-a ), #ff6358)
#ff6358
#ffd246
if($kendo-enable-color-system, k-color( series-b ), #ffd246)
#ffd246
#78d237
if($kendo-enable-color-system, k-color( series-c ), #78d237)
#78d237
#28b4c8
if($kendo-enable-color-system, k-color( series-d ), #28b4c8)
#28b4c8
#2d73f5
if($kendo-enable-color-system, k-color( series-e ), #2d73f5)
#2d73f5
#aa46be
if($kendo-enable-color-system, k-color( series-f ), #aa46be)
#aa46be
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )
rgba(0, 0, 0, 0.08)
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )
rgba(0, 0, 0, 0.04)
k-contrast-legacy( $kendo-checkbox-checked-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg ))
white
0 0 0 2px rgba( $kendo-color-primary, .3 )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 ))
0 0 0 2px rgba(243, 88, 0, 0.3)
0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .16 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) ))
0 0 0 2px rgba(0, 0, 0, 0.16)
0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .16 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) ))
0 0 0 2px rgba(0, 0, 0, 0.16)
k-contrast-legacy( $kendo-chip-outline-hover-bg )
if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-legacy( $kendo-chip-outline-hover-bg ))
white
#ffffff
#ffffff
#000000
#000000
$_default-colors
(app-surface: #ffffff, on-app-surface: #272727, subtle: #666666, surface: #f0f0f0, surface-alt: #ffffff, border: #cacaca, border-alt: #b6b6b6, base-subtle: #f0f0f0, base-subtle-hover: #ebebeb, base-subtle-active: #dddddd, base: #ebebeb, base-hover: #dddddd, base-active: #d6d6d6, base-emphasis: #cacaca, base-on-subtle: #272727, on-base: #272727, base-on-surface: #272727, primary-subtle: #fff2eb, primary-subtle-hover: #ffe5d6, primary-subtle-active: #ffd8c2, primary: #f35800, primary-hover: #e05100, primary-active: #cc4a00, primary-emphasis: #ff8b47, primary-on-subtle: #3d1600, on-primary: #ffffff, primary-on-surface: #f35800, secondary-subtle: #cacaca, secondary-subtle-hover: #b6b6b6, secondary-subtle-active: #a3a3a3, secondary: #b6b6b6, secondary-hover: #a3a3a3, secondary-active: #8f8f8f, secondary-emphasis: #7a7a7a, secondary-on-subtle: #272727, on-secondary: #000000, secondary-on-surface: #8f8f8f, tertiary-subtle: #9cdffe, tertiary-subtle-hover: #72d1fe, tertiary-subtle-active: #49c4fd, tertiary: #03a9f4, tertiary-hover: #039be0, tertiary-active: #038ecd, tertiary-emphasis: #2cbbfd, tertiary-on-subtle: #01364e, on-tertiary: #ffffff, tertiary-on-surface: #0273a6, info-subtle: #cce5f3, info-subtle-hover: #a6d1ea, info-subtle-active: #6ab2dc, info: #007bc3, info-hover: #0071b3, info-active: #0067a4, info-emphasis: #409cd2, info-on-subtle: #002b44, on-info: #ffffff, info-on-surface: #005485, success-subtle: #bbdfc1, success-subtle-hover: #9ed1a6, success-subtle-active: #82c48c, success: #3ea44e, success-hover: #399748, success-active: #348a42, success-emphasis: #6ebb7a, success-on-subtle: #16391b, on-success: #ffffff, success-on-surface: #2a7035, warning-subtle: #ffdead, warning-subtle-hover: #ffd699, warning-subtle-active: #ffc670, warning: #ffa41f, warning-hover: #ff9800, warning-active: #eb8c00, warning-emphasis: #ffb240, warning-on-subtle: #593500, on-warning: #000000, warning-on-surface: #ffa41f, error-subtle: #f4c3b8, error-subtle-hover: #f2b4a6, error-subtle-active: #ec8e79, error: #d92800, error-hover: #c82500, error-active: #b62200, error-emphasis: #e35e40, error-on-subtle: #4c0e00, on-error: #ffffff, error-on-surface: #941b00, light-subtle: #f0f0f0, light-subtle-hover: #ebebeb, light-subtle-active: #dddddd, light: #ebebeb, light-hover: #dddddd, light-active: #d6d6d6, light-emphasis: #cacaca, light-on-subtle: #272727, on-light: #000000, light-on-surface: #ebebeb, dark-subtle: #cacaca, dark-subtle-hover: #b6b6b6, dark-subtle-active: #a3a3a3, dark: #404040, dark-hover: #333333, dark-active: #272727, dark-emphasis: #7a7a7a, dark-on-subtle: #000000, on-dark: #ffffff, dark-on-surface: #333333, inverse-subtle: #cacaca, inverse-subtle-hover: #b6b6b6, inverse-subtle-active: #a3a3a3, inverse: #404040, inverse-hover: #333333, inverse-active: #272727, inverse-emphasis: #7a7a7a, inverse-on-subtle: #000000, on-inverse: #ffffff, inverse-on-surface: #333333, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffd246, series-b-bold: #bf9d35, series-b-bolder: #806923, series-b-subtle: #ffe9a2, series-b-subtler: #ffdd74, series-c: #78d237, series-c-bold: #5a9d29, series-c-bolder: #3c691c, series-c-subtle: #bbe99b, series-c-subtler: #9add69, series-d: #28b4c8, series-d-bold: #1e8796, series-d-bolder: #145a64, series-d-subtle: #93d9e3, series-d-subtler: #5ec7d6, series-e: #2d73f5, series-e-bold: #2256b8, series-e-bolder: #173a7b, series-e-subtle: #96b9fa, series-e-subtler: #6296f7, series-f: #9d40b0, series-f-bold: #80358e, series-f-bolder: #55235f, series-f-subtle: #d5a2df, series-f-subtler: #bf74ce)
$kendo-color-white
#ffffff
#272727
#272727
#646464
#646464
$kendo-color-primary
#f35800
$kendo-color-primary-darker
#cc4a00
k-map-get( $kendo-spacing, 1 )
k-try-shade( $kendo-selected-bg, 1 )
#e05100
k-contrast-legacy( $kendo-selected-hover-bg )
white
$kendo-selected-border
#cc4a00
$kendo-selected-gradient
rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)
#8d8d8d
#8d8d8d
$kendo-base-bg
#f0f0f0
$kendo-base-text
#272727
$kendo-base-border
#cacaca
$kendo-base-gradient
rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)
null
null
$kendo-color-error
#d92800
$kendo-color-error
#d92800
null
null
null
null
$kendo-color-success
#3ea44e
$kendo-color-success
#3ea44e
null
null
rgba( $kendo-color-primary, .16 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))
rgba(243, 88, 0, 0.16)
k-try-tint( $kendo-dropzone-text, 4 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))
#6c6c6c
k-color-mix( $kendo-color-primary, #ffffff, 20% )
if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))
#fddecc
k-color-shade( $kendo-expander-bg, 1 )
if($kendo-enable-color-system, k-color( base-subtle-hover ), k-color-shade( $kendo-expander-bg, 1 ))
#ebebeb
k-try-tint($kendo-file-manager-text, 4)
if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
#6c6c6c
k-try-tint($kendo-file-manager-text, 4)
if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
#6c6c6c
k-try-shade( $kendo-body-text, 2 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 ))
#212121
rgba( k-contrast-color( $kendo-grid-bg ), .12 )
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))
rgba(0, 0, 0, 0.12)
rgba( $kendo-button-text, .5)
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-button-text, .5))
rgba(39, 39, 39, 0.5)
rgba( $kendo-button-text, .8)
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .8 ), rgba( $kendo-button-text, .8))
rgba(39, 39, 39, 0.8)
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))
rgba(243, 88, 0, 0.25)
rgba( $kendo-picker-outline-text, .5)
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5))
rgba(39, 39, 39, 0.5)
k-contrast-color( $kendo-picker-outline-hover-bg )
if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))
white
rgba( $kendo-button-text, .04 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .04 ), rgba( $kendo-button-text, .04 ))
rgba(39, 39, 39, 0.04)
rgba( $kendo-button-border, .16 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), rgba( $kendo-button-border, .16 ))
rgba(202, 202, 202, 0.16)
k-try-shade( $kendo-component-bg, 1 )
if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 ))
#ebebeb
k-contrast-legacy( $kendo-progressbar-value-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))
white
k-try-shade( $kendo-progressbar-value-bg )
if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))
#e05100
k-try-shade( $kendo-color-primary, 2 )
if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-color-primary, 2 ))
#cc4a00
rgba( $kendo-color-inverse, .2 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))
rgba(64, 64, 64, 0.2)
0 0 3px 1px rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .25 )
0 0 3px 1px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .25 )
0 0 3px 1px rgba(0, 0, 0, 0.25)
k-try-shade( $kendo-switch-off-track-bg )
if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-switch-off-track-bg ))
#ebebeb
k-try-shade( $kendo-switch-off-thumb-bg )
if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-switch-off-thumb-bg ))
#d8d8d8
0 0 3px 1px rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .25 )
0 0 3px 1px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .25 )
0 0 3px 1px rgba(0, 0, 0, 0.25)
k-try-shade( $kendo-switch-on-thumb-bg )
if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-switch-on-thumb-bg ))
#e05100
k-try-shade( $kendo-switch-on-thumb-bg )
if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-bg ))
#e05100
k-try-shade( $kendo-switch-on-thumb-hover-bg )
if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-hover-bg ))
#ce4b00
k-try-shade( $kendo-table-bg, .5 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), k-try-shade( $kendo-table-bg, .5 ))
whitesmoke
k-try-shade( $kendo-table-bg, 1 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-try-shade( $kendo-table-bg, 1 ))
#ebebeb
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))
rgba(243, 88, 0, 0.25)
rgba( k-contrast-color( $kendo-body-bg ), .75 )
if($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-color( $kendo-body-bg ), .75 ))
rgba(0, 0, 0, 0.75)
k-contrast-color( $kendo-tooltip-bg )
if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))
white
$kendo-color-white
#ffffff
#272727
#272727
#646464
#646464
$kendo-color-primary
#f35800
$kendo-color-primary-darker
#cc4a00
k-map-get( $kendo-spacing, 1 )
k-try-shade( $kendo-selected-bg, 1 )
#e05100
k-contrast-legacy( $kendo-selected-hover-bg )
white
$kendo-selected-border
#cc4a00
$kendo-selected-gradient
rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)
#8d8d8d
#8d8d8d
k-contrast-color( $kendo-color-light )
if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))
black
k-contrast-color( $kendo-color-dark )
if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))
white
k-try-shade( $kendo-button-bg, 2 )
if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-button-bg, 2 ))
#cacaca
k-try-shade( $kendo-button-bg, 1 )
if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-button-bg, 1 ))
#dddddd
k-try-shade( $kendo-button-bg, 3 )
if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-button-bg, 3 ))
#b6b6b6
k-try-shade( $kendo-button-bg, 2 )
if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-button-bg, 2 ))
#cacaca
k-try-shade( $kendo-button-bg, 4 )
if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-button-bg, 4 ))
#a3a3a3
k-contrast-legacy( $kendo-button-selected-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-button-selected-bg ))
white
0 0 4px 0 rgba( $kendo-button-border, .75 )
0 0 4px 0 if($kendo-enable-color-system, rgba( k-color( border, true ), .75), rgba( $kendo-button-border, .75 ))
0 0 4px 0 rgba(202, 202, 202, 0.75)
#ff6358
if($kendo-enable-color-system, k-color( series-a ), #ff6358)
#ff6358
#ffd246
if($kendo-enable-color-system, k-color( series-b ), #ffd246)
#ffd246
#78d237
if($kendo-enable-color-system, k-color( series-c ), #78d237)
#78d237
#28b4c8
if($kendo-enable-color-system, k-color( series-d ), #28b4c8)
#28b4c8
#2d73f5
if($kendo-enable-color-system, k-color( series-e ), #2d73f5)
#2d73f5
#aa46be
if($kendo-enable-color-system, k-color( series-f ), #aa46be)
#aa46be
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )
rgba(0, 0, 0, 0.08)
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )
rgba(0, 0, 0, 0.04)
k-contrast-legacy( $kendo-checkbox-checked-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg ))
white
0 0 0 2px rgba( $kendo-color-primary, .3 )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 ))
0 0 0 2px rgba(243, 88, 0, 0.3)
0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .16 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) ))
0 0 0 2px rgba(0, 0, 0, 0.16)
0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .16 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) ))
0 0 0 2px rgba(0, 0, 0, 0.16)
k-contrast-legacy( $kendo-chip-outline-hover-bg )
if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-legacy( $kendo-chip-outline-hover-bg ))
white
#ffffff
#ffffff
#000000
#000000
$_default-colors
(app-surface: #ffffff, on-app-surface: #272727, subtle: #666666, surface: #f0f0f0, surface-alt: #ffffff, border: #cacaca, border-alt: #b6b6b6, base-subtle: #f0f0f0, base-subtle-hover: #ebebeb, base-subtle-active: #dddddd, base: #ebebeb, base-hover: #dddddd, base-active: #d6d6d6, base-emphasis: #cacaca, base-on-subtle: #272727, on-base: #272727, base-on-surface: #272727, primary-subtle: #fff2eb, primary-subtle-hover: #ffe5d6, primary-subtle-active: #ffd8c2, primary: #f35800, primary-hover: #e05100, primary-active: #cc4a00, primary-emphasis: #ff8b47, primary-on-subtle: #3d1600, on-primary: #ffffff, primary-on-surface: #f35800, secondary-subtle: #cacaca, secondary-subtle-hover: #b6b6b6, secondary-subtle-active: #a3a3a3, secondary: #b6b6b6, secondary-hover: #a3a3a3, secondary-active: #8f8f8f, secondary-emphasis: #7a7a7a, secondary-on-subtle: #272727, on-secondary: #000000, secondary-on-surface: #8f8f8f, tertiary-subtle: #9cdffe, tertiary-subtle-hover: #72d1fe, tertiary-subtle-active: #49c4fd, tertiary: #03a9f4, tertiary-hover: #039be0, tertiary-active: #038ecd, tertiary-emphasis: #2cbbfd, tertiary-on-subtle: #01364e, on-tertiary: #ffffff, tertiary-on-surface: #0273a6, info-subtle: #cce5f3, info-subtle-hover: #a6d1ea, info-subtle-active: #6ab2dc, info: #007bc3, info-hover: #0071b3, info-active: #0067a4, info-emphasis: #409cd2, info-on-subtle: #002b44, on-info: #ffffff, info-on-surface: #005485, success-subtle: #bbdfc1, success-subtle-hover: #9ed1a6, success-subtle-active: #82c48c, success: #3ea44e, success-hover: #399748, success-active: #348a42, success-emphasis: #6ebb7a, success-on-subtle: #16391b, on-success: #ffffff, success-on-surface: #2a7035, warning-subtle: #ffdead, warning-subtle-hover: #ffd699, warning-subtle-active: #ffc670, warning: #ffa41f, warning-hover: #ff9800, warning-active: #eb8c00, warning-emphasis: #ffb240, warning-on-subtle: #593500, on-warning: #000000, warning-on-surface: #ffa41f, error-subtle: #f4c3b8, error-subtle-hover: #f2b4a6, error-subtle-active: #ec8e79, error: #d92800, error-hover: #c82500, error-active: #b62200, error-emphasis: #e35e40, error-on-subtle: #4c0e00, on-error: #ffffff, error-on-surface: #941b00, light-subtle: #f0f0f0, light-subtle-hover: #ebebeb, light-subtle-active: #dddddd, light: #ebebeb, light-hover: #dddddd, light-active: #d6d6d6, light-emphasis: #cacaca, light-on-subtle: #272727, on-light: #000000, light-on-surface: #ebebeb, dark-subtle: #cacaca, dark-subtle-hover: #b6b6b6, dark-subtle-active: #a3a3a3, dark: #404040, dark-hover: #333333, dark-active: #272727, dark-emphasis: #7a7a7a, dark-on-subtle: #000000, on-dark: #ffffff, dark-on-surface: #333333, inverse-subtle: #cacaca, inverse-subtle-hover: #b6b6b6, inverse-subtle-active: #a3a3a3, inverse: #404040, inverse-hover: #333333, inverse-active: #272727, inverse-emphasis: #7a7a7a, inverse-on-subtle: #000000, on-inverse: #ffffff, inverse-on-surface: #333333, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffd246, series-b-bold: #bf9d35, series-b-bolder: #806923, series-b-subtle: #ffe9a2, series-b-subtler: #ffdd74, series-c: #78d237, series-c-bold: #5a9d29, series-c-bolder: #3c691c, series-c-subtle: #bbe99b, series-c-subtler: #9add69, series-d: #28b4c8, series-d-bold: #1e8796, series-d-bolder: #145a64, series-d-subtle: #93d9e3, series-d-subtler: #5ec7d6, series-e: #2d73f5, series-e-bold: #2256b8, series-e-bolder: #173a7b, series-e-subtle: #96b9fa, series-e-subtler: #6296f7, series-f: #9d40b0, series-f-bold: #80358e, series-f-bolder: #55235f, series-f-subtle: #d5a2df, series-f-subtler: #bf74ce)
$kendo-base-bg
#f0f0f0
$kendo-base-text
#272727
$kendo-base-border
#cacaca
$kendo-base-gradient
rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)
null
null
$kendo-color-error
#d92800
$kendo-color-error
#d92800
null
null
null
null
$kendo-color-success
#3ea44e
$kendo-color-success
#3ea44e
null
null
rgba( $kendo-color-primary, .16 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))
rgba(243, 88, 0, 0.16)
k-try-tint( $kendo-dropzone-text, 4 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))
#6c6c6c
k-color-mix( $kendo-color-primary, #ffffff, 20% )
if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))
#fddecc
k-color-shade( $kendo-expander-bg, 1 )
if($kendo-enable-color-system, k-color( base-subtle-hover ), k-color-shade( $kendo-expander-bg, 1 ))
#ebebeb
k-try-tint($kendo-file-manager-text, 4)
if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
#6c6c6c
k-try-tint($kendo-file-manager-text, 4)
if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
#6c6c6c
k-try-shade( $kendo-body-text, 2 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 ))
#212121
rgba( k-contrast-color( $kendo-grid-bg ), .12 )
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))
rgba(0, 0, 0, 0.12)
rgba( $kendo-button-text, .5)
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-button-text, .5))
rgba(39, 39, 39, 0.5)
rgba( $kendo-button-text, .8)
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .8 ), rgba( $kendo-button-text, .8))
rgba(39, 39, 39, 0.8)
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))
rgba(243, 88, 0, 0.25)
rgba( $kendo-picker-outline-text, .5)
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5))
rgba(39, 39, 39, 0.5)
k-contrast-color( $kendo-picker-outline-hover-bg )
if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))
white
rgba( $kendo-button-text, .04 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .04 ), rgba( $kendo-button-text, .04 ))
rgba(39, 39, 39, 0.04)
rgba( $kendo-button-border, .16 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), rgba( $kendo-button-border, .16 ))
rgba(202, 202, 202, 0.16)
k-try-shade( $kendo-component-bg, 1 )
if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 ))
#ebebeb
k-contrast-legacy( $kendo-progressbar-value-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))
white
k-try-shade( $kendo-progressbar-value-bg )
if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))
#e05100
k-try-shade( $kendo-color-primary, 2 )
if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-color-primary, 2 ))
#cc4a00
rgba( $kendo-color-inverse, .2 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))
rgba(64, 64, 64, 0.2)
0 0 3px 1px rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .25 )
0 0 3px 1px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .25 )
0 0 3px 1px rgba(0, 0, 0, 0.25)
k-try-shade( $kendo-switch-off-track-bg )
if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-switch-off-track-bg ))
#ebebeb
k-try-shade( $kendo-switch-off-thumb-bg )
if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-switch-off-thumb-bg ))
#d8d8d8
0 0 3px 1px rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .25 )
0 0 3px 1px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .25 )
0 0 3px 1px rgba(0, 0, 0, 0.25)
k-try-shade( $kendo-switch-on-thumb-bg )
if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-switch-on-thumb-bg ))
#e05100
k-try-shade( $kendo-switch-on-thumb-bg )
if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-bg ))
#e05100
k-try-shade( $kendo-switch-on-thumb-hover-bg )
if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-hover-bg ))
#ce4b00
k-try-shade( $kendo-table-bg, .5 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), k-try-shade( $kendo-table-bg, .5 ))
whitesmoke
k-try-shade( $kendo-table-bg, 1 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-try-shade( $kendo-table-bg, 1 ))
#ebebeb
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))
rgba(243, 88, 0, 0.25)
rgba( k-contrast-color( $kendo-body-bg ), .75 )
if($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-color( $kendo-body-bg ), .75 ))
rgba(0, 0, 0, 0.75)
k-contrast-color( $kendo-tooltip-bg )
if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))
white
rgba( 0, 0, 0, 0 )
rgba(0, 0, 0, 0)
rgba(0, 0, 0, 0)
rgba( black, 0 ), black
rgba(black, 0), black
rgba(0, 0, 0, 0), black
rgba( white, 0 ), white
rgba(white, 0), white
rgba(255, 255, 255, 0), white
black, rgba( black, 0 )
black, rgba(black, 0)
black, rgba(0, 0, 0, 0)
white, rgba( white, 0 )
white, rgba(white, 0)
white, rgba(255, 255, 255, 0)
$_default-colors
(app-surface: null, on-app-surface: null, subtle: null, surface: null, surface-alt: null, border: null, border-alt: null, base-subtle: null, base-subtle-hover: null, base-subtle-active: null, base: null, base-hover: null, base-active: null, base-emphasis: null, base-on-subtle: null, on-base: null, base-on-surface: null, primary-subtle: null, primary-subtle-hover: null, primary-subtle-active: null, primary: null, primary-hover: null, primary-active: null, primary-emphasis: null, primary-on-subtle: null, on-primary: null, primary-on-surface: null, secondary-subtle: null, secondary-subtle-hover: null, secondary-subtle-active: null, secondary: null, secondary-hover: null, secondary-active: null, secondary-emphasis: null, secondary-on-subtle: null, on-secondary: null, secondary-on-surface: null, tertiary-subtle: null, tertiary-subtle-hover: null, tertiary-subtle-active: null, tertiary: null, tertiary-hover: null, tertiary-active: null, tertiary-emphasis: null, tertiary-on-subtle: null, on-tertiary: null, tertiary-on-surface: null, info-subtle: null, info-subtle-hover: null, info-subtle-active: null, info: null, info-hover: null, info-active: null, info-emphasis: null, info-on-subtle: null, on-info: null, info-on-surface: null, success-subtle: null, success-subtle-hover: null, success-subtle-active: null, success: null, success-hover: null, success-active: null, success-emphasis: null, success-on-subtle: null, on-success: null, success-on-surface: null, warning-subtle: null, warning-subtle-hover: null, warning-subtle-active: null, warning: null, warning-hover: null, warning-active: null, warning-emphasis: null, warning-on-subtle: null, on-warning: null, warning-on-surface: null, error-subtle: null, error-subtle-hover: null, error-subtle-active: null, error: null, error-hover: null, error-active: null, error-emphasis: null, error-on-subtle: null, on-error: null, error-on-surface: null, light-subtle: null, light-subtle-hover: null, light-subtle-active: null, light: null, light-hover: null, light-active: null, light-emphasis: null, light-on-subtle: null, on-light: null, light-on-surface: null, dark-subtle: null, dark-subtle-hover: null, dark-subtle-active: null, dark: null, dark-hover: null, dark-active: null, dark-emphasis: null, dark-on-subtle: null, on-dark: null, dark-on-surface: null, inverse-subtle: null, inverse-subtle-hover: null, inverse-subtle-active: null, inverse: null, inverse-hover: null, inverse-active: null, inverse-emphasis: null, inverse-on-subtle: null, on-inverse: null, inverse-on-surface: null, series-a: null, series-a-bold: null, series-a-bolder: null, series-a-subtle: null, series-a-subtler: null, series-b: null, series-b-bold: null, series-b-bolder: null, series-b-subtle: null, series-b-subtler: null, series-c: null, series-c-bold: null, series-c-bolder: null, series-c-subtle: null, series-c-subtler: null, series-d: null, series-d-bold: null, series-d-bolder: null, series-d-subtle: null, series-d-subtler: null, series-e: null, series-e-bold: null, series-e-bolder: null, series-e-subtle: null, series-e-subtler: null, series-f: null, series-f-bold: null, series-f-bolder: null, series-f-subtle: null, series-f-subtler: null)
rgba( 0, 0, 0, 0 )
rgba(0, 0, 0, 0)
rgba(0, 0, 0, 0)
rgba( black, 0 ), black
rgba(black, 0), black
rgba(0, 0, 0, 0), black
rgba( white, 0 ), white
rgba(white, 0), white
rgba(255, 255, 255, 0), white
black, rgba( black, 0 )
black, rgba(black, 0)
black, rgba(0, 0, 0, 0)
white, rgba( white, 0 )
white, rgba(white, 0)
white, rgba(255, 255, 255, 0)
$_default-colors
(app-surface: null, on-app-surface: null, subtle: null, surface: null, surface-alt: null, border: null, border-alt: null, base-subtle: null, base-subtle-hover: null, base-subtle-active: null, base: null, base-hover: null, base-active: null, base-emphasis: null, base-on-subtle: null, on-base: null, base-on-surface: null, primary-subtle: null, primary-subtle-hover: null, primary-subtle-active: null, primary: null, primary-hover: null, primary-active: null, primary-emphasis: null, primary-on-subtle: null, on-primary: null, primary-on-surface: null, secondary-subtle: null, secondary-subtle-hover: null, secondary-subtle-active: null, secondary: null, secondary-hover: null, secondary-active: null, secondary-emphasis: null, secondary-on-subtle: null, on-secondary: null, secondary-on-surface: null, tertiary-subtle: null, tertiary-subtle-hover: null, tertiary-subtle-active: null, tertiary: null, tertiary-hover: null, tertiary-active: null, tertiary-emphasis: null, tertiary-on-subtle: null, on-tertiary: null, tertiary-on-surface: null, info-subtle: null, info-subtle-hover: null, info-subtle-active: null, info: null, info-hover: null, info-active: null, info-emphasis: null, info-on-subtle: null, on-info: null, info-on-surface: null, success-subtle: null, success-subtle-hover: null, success-subtle-active: null, success: null, success-hover: null, success-active: null, success-emphasis: null, success-on-subtle: null, on-success: null, success-on-surface: null, warning-subtle: null, warning-subtle-hover: null, warning-subtle-active: null, warning: null, warning-hover: null, warning-active: null, warning-emphasis: null, warning-on-subtle: null, on-warning: null, warning-on-surface: null, error-subtle: null, error-subtle-hover: null, error-subtle-active: null, error: null, error-hover: null, error-active: null, error-emphasis: null, error-on-subtle: null, on-error: null, error-on-surface: null, light-subtle: null, light-subtle-hover: null, light-subtle-active: null, light: null, light-hover: null, light-active: null, light-emphasis: null, light-on-subtle: null, on-light: null, light-on-surface: null, dark-subtle: null, dark-subtle-hover: null, dark-subtle-active: null, dark: null, dark-hover: null, dark-active: null, dark-emphasis: null, dark-on-subtle: null, on-dark: null, dark-on-surface: null, inverse-subtle: null, inverse-subtle-hover: null, inverse-subtle-active: null, inverse: null, inverse-hover: null, inverse-active: null, inverse-emphasis: null, inverse-on-subtle: null, on-inverse: null, inverse-on-surface: null, series-a: null, series-a-bold: null, series-a-bolder: null, series-a-subtle: null, series-a-subtler: null, series-b: null, series-b-bold: null, series-b-bolder: null, series-b-subtle: null, series-b-subtler: null, series-c: null, series-c-bold: null, series-c-bolder: null, series-c-subtle: null, series-c-subtler: null, series-d: null, series-d-bold: null, series-d-bolder: null, series-d-subtle: null, series-d-subtler: null, series-e: null, series-e-bold: null, series-e-bolder: null, series-e-subtle: null, series-e-subtler: null, series-f: null, series-f-bold: null, series-f-bolder: null, series-f-subtle: null, series-f-subtler: null)
k-contrast-legacy( $kendo-color-light )
if($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $kendo-color-light ))
black
k-contrast-legacy( $kendo-color-dark )
if($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark ))
white
k-map-merge(
$kendo-theme-colors,
- ( "base": #f5f5f5 )
+ ( "base": if($kendo-enable-color-system, k-color( base ), #f5f5f5) )
)
("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242, "base": #f5f5f5)
#f5f5f5
if($kendo-enable-color-system, k-color( base ), #f5f5f5)
#f5f5f5
#424242
if($kendo-enable-color-system, k-color( on-base ), #424242)
#424242
rgba( black, .08 )
if($kendo-enable-color-system, k-color( border ), rgba( black, .08 ))
rgba(0, 0, 0, 0.08)
rgba( black, 0 ), rgba( black, .02 )
if($kendo-enable-color-system, null, (rgba( black, 0 ), rgba( black, .02 )))
rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
k-try-shade( $kendo-button-bg, .5 )
if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-button-bg, .5 ))
#ebebeb
k-try-shade( $kendo-button-bg, 1.5 )
if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-button-bg, 1.5 ))
#d8d8d8
k-contrast-legacy( $kendo-button-selected-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-button-selected-bg ))
white
0 0 0 2px rgba( $kendo-button-border, .08 )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08), rgba( $kendo-button-border, .08 ))
0 0 0 2px rgba(0, 0, 0, 0.08)
#ff6358
if($kendo-enable-color-system, k-color( series-a ), #ff6358)
#ff6358
#ffe162
if($kendo-enable-color-system, k-color( series-b ), #ffe162)
#ffe162
#4cd180
if($kendo-enable-color-system, k-color( series-c ), #4cd180)
#4cd180
#4b5ffa
if($kendo-enable-color-system, k-color( series-d ), #4b5ffa)
#4b5ffa
#ac58ff
if($kendo-enable-color-system, k-color( series-e ), #ac58ff)
#ac58ff
#ff5892
if($kendo-enable-color-system, k-color( series-f ), #ff5892)
#ff5892
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )
rgba(0, 0, 0, 0.08)
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )
rgba(0, 0, 0, 0.04)
k-contrast-legacy( $kendo-checkbox-checked-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg ))
white
0 0 0 2px rgba( $kendo-color-primary, .3 )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 ))
0 0 0 2px rgba(255, 99, 88, 0.3)
$kendo-button-bg
if($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg)
#f5f5f5
0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))
0 0 0 2px rgba(0, 0, 0, 0.08)
$kendo-button-hover-bg
if($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-button-hover-bg)
#ebebeb
0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))
0 0 0 2px rgba(0, 0, 0, 0.08)
k-contrast-legacy( $kendo-chip-outline-hover-bg )
if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-chip-outline-hover-bg ))
white
$_default-colors
(app-surface: #ffffff, on-app-surface: #3d3d3d, subtle: #666666, surface: #fafafa, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.08), border-alt: rgba(0, 0, 0, 0.16), base-subtle: #ebebeb, base-subtle-hover: #e0e0e0, base-subtle-active: #d6d6d6, base: #f5f5f5, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #c2c2c2, base-on-subtle: #3d3d3d, on-base: #3d3d3d, base-on-surface: #3d3d3d, primary-subtle: #ffeceb, primary-subtle-hover: #ffdedb, primary-subtle-active: #ffc8c4, primary: #ff6358, primary-hover: #ea5a51, primary-active: #d45349, primary-emphasis: #ff9d97, primary-on-subtle: #5c201c, on-primary: #ffffff, primary-on-surface: #ff6358, secondary-subtle: #fafafa, secondary-subtle-hover: #f5f5f5, secondary-subtle-active: #ebebeb, secondary: #666666, secondary-hover: #525252, secondary-active: #3d3d3d, secondary-emphasis: #e0e0e0, secondary-on-subtle: #141414, on-secondary: #ffffff, secondary-on-surface: #292929, tertiary-subtle: #d8f1fd, tertiary-subtle-hover: #c5eafc, tertiary-subtle-active: #a3dffb, tertiary: #03a9f4, tertiary-hover: #039ae0, tertiary-active: #028ccb, tertiary-emphasis: #61c9f9, tertiary-on-subtle: #023f5c, on-tertiary: #ffffff, tertiary-on-surface: #028ccb, info-subtle: #d2e2fb, info-subtle-hover: #bdd4f8, info-subtle-active: #80acf4, info: #0058e9, info-hover: #0052d6, info-active: #004ac2, info-emphasis: #6098f2, info-on-subtle: #002259, on-info: #ffffff, info-on-surface: #004ac2, success-subtle: #dcf0d3, success-subtle-hover: #cbe9bf, success-subtle-active: #b7e1a5, success: #37b400, success-hover: #32a500, success-active: #2d9600, success-emphasis: #81d15f, success-on-subtle: #1c5a00, on-success: #ffffff, success-on-surface: #2d9600, warning-subtle: #fff4d3, warning-subtle-hover: #ffeebd, warning-subtle-active: #ffe79e, warning: #ffc000, warning-hover: #eaaf00, warning-active: #d49f00, warning-emphasis: #ffd760, warning-on-subtle: #5e4700, on-warning: #3d3d3d, warning-on-surface: #ffc000, error-subtle: #fcddda, error-subtle-hover: #fbc8c3, error-subtle-active: #f98b80, error: #f31700, error-hover: #df1600, error-active: #ca1400, error-emphasis: #f76f60, error-on-subtle: #7a0c00, on-error: #ffffff, error-on-surface: #ca1400, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #ebebeb, light: #ebebeb, light-hover: #e0e0e0, light-active: #d6d6d6, light-emphasis: #d6d6d6, light-on-subtle: #141414, on-light: #000000, light-on-surface: #e0e0e0, dark-subtle: #c2c2c2, dark-subtle-hover: #adadad, dark-subtle-active: #999999, dark: #3d3d3d, dark-hover: #292929, dark-active: #1f1f1f, dark-emphasis: #666666, dark-on-subtle: #1f1f1f, on-dark: #ffffff, dark-on-surface: #141414, inverse-subtle: #c2c2c2, inverse-subtle-hover: #adadad, inverse-subtle-active: #999999, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #666666, inverse-on-subtle: #1f1f1f, on-inverse: #ffffff, inverse-on-surface: #141414, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffe162, series-b-bold: #bfa94a, series-b-bolder: #807131, series-b-subtle: #fff0b1, series-b-subtler: #ffe989, series-c: #4cd180, series-c-bold: #399d60, series-c-bolder: #266940, series-c-subtle: #a6e8c0, series-c-subtler: #79dda0, series-d: #4b5ffa, series-d-bold: #3847bc, series-d-bolder: #26307d, series-d-subtle: #a5affd, series-d-subtler: #7887fb, series-e: #ac58ff, series-e-bold: #8142bf, series-e-bolder: #562c80, series-e-subtle: #d6acff, series-e-subtler: #c182ff, series-f: #ff5892, series-f-bold: #bf426e, series-f-bolder: #802c49, series-f-subtle: #ffacc9, series-f-subtler: #ff82ae)
#ff6358
k-contrast-legacy( $kendo-color-primary )
k-contrast-legacy($kendo-color-primary)
white
k-contrast-legacy( $kendo-color-secondary )
k-contrast-legacy($kendo-color-secondary)
white
k-contrast-legacy( $kendo-color-tertiary )
k-contrast-legacy($kendo-color-tertiary)
white
if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )
if($kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark)
#424242
inset 0 0 0 2px rgba(0, 0, 0, .13)
inset 0 0 0 2px rgba(0, 0, 0, 0.13)
color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
grayscale(.1)
grayscale(0.1)
.6
0.6
rgba( black, .08 )
rgba(black, 0.08)
rgba(0, 0, 0, 0.08)
rgba( black, 0 ), rgba( black, .02 )
rgba(black, 0), rgba(black, 0.02)
rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
k-try-shade( $kendo-base-bg, .5 )
k-try-shade($kendo-base-bg, 0.5)
#f0f0f0
k-contrast-legacy( $kendo-selected-bg )
k-contrast-legacy($kendo-selected-bg)
white
k-try-shade( $kendo-selected-bg, .5 )
k-try-shade($kendo-selected-bg, 0.5)
#f55f54
inset 0 0 0 2px rgba(0, 0, 0, .13)
inset 0 0 0 2px rgba(0, 0, 0, 0.13)
color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
grayscale(.1)
grayscale(0.1)
.6
0.6
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
rgba(if($kendo-is-dark-theme, $kendo-color-white, $kendo-color-black), 0.08)
rgba(0, 0, 0, 0.08)
null
null
initial
null
null
initial
rgba( $kendo-color-primary, .16 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))
rgba(255, 99, 88, 0.16)
k-try-tint( $kendo-dropzone-text, 4 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))
#7e7e7e
k-color-mix($kendo-color-primary, #ffffff, 20%)
if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%))
#ffe0de
k-try-tint($kendo-file-manager-text, 4)
if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
#7e7e7e
k-try-tint($kendo-file-manager-text, 4)
if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
#7e7e7e
k-try-shade( $kendo-body-text, 2 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 ))
#373737
rgba( k-contrast-color( $kendo-grid-bg ), .12 )
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))
rgba(0, 0, 0, 0.12)
rgba( $kendo-input-border, .16 )
if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-input-border, .16 ))
rgba(0, 0, 0, 0.16)
0 0 0 2px rgba( $kendo-input-focus-border, .08 )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-input-focus-border, .08 ))
0 0 0 2px rgba(0, 0, 0, 0.08)
rgba( $kendo-button-text, .5)
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-button-text, .5))
rgba(66, 66, 66, 0.5)
rgba( $kendo-button-text, .8)
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .8 ), rgba( $kendo-button-text, .8))
rgba(66, 66, 66, 0.8)
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))
rgba(255, 99, 88, 0.25)
rgba( $kendo-picker-outline-text, .5)
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-picker-outline-text, .5))
rgba(66, 66, 66, 0.5)
k-contrast-legacy( $kendo-picker-outline-hover-bg )
if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg ))
white
rgba( $kendo-button-text, .04 )
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .04 ), rgba( $kendo-button-text, .04 ))
rgba(66, 66, 66, 0.04)
rgba( $kendo-button-border, .16 )
if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 ))
rgba(0, 0, 0, 0.16)
k-try-shade( $kendo-component-bg, 1 )
if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))
#ebebeb
k-contrast-legacy( $kendo-progressbar-value-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))
white
k-try-shade( $kendo-progressbar-value-bg )
if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))
#eb5b51
rgba( $kendo-color-inverse, .2 )
rgba(66, 66, 66, 0.2)
rgba( black, .04 )
rgba(0, 0, 0, 0.04)
k-try-shade( $kendo-switch-off-track-bg, 8% )
if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-switch-off-track-bg, 8% ))
#ebebeb
2px solid rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 )
2px solid if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 ))
2px solid rgba(0, 0, 0, 0.08)
k-contrast-legacy( $kendo-switch-on-track-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-switch-on-track-bg ))
white
2px solid rgba( $kendo-switch-on-track-border, .25 )
2px solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))
2px solid rgba(255, 99, 88, 0.25)
rgba( k-contrast-legacy( $kendo-table-bg ), .04 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-legacy( $kendo-table-bg ), .04 ))
rgba(0, 0, 0, 0.04)
k-color-darken($kendo-table-bg, 7%)
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-color-darken($kendo-table-bg, 7%))
#ededed
rgba($kendo-selected-bg, .25)
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))
rgba(255, 99, 88, 0.25)
rgba( k-contrast-legacy( $kendo-body-bg ), .75 )
if($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-legacy( $kendo-body-bg ), .75 ))
rgba(0, 0, 0, 0.75)
k-contrast-legacy( $kendo-tooltip-bg )
if($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg ))
white
inset 0 0 0 2px rgba(0, 0, 0, .13)
inset 0 0 0 2px rgba(0, 0, 0, 0.13)
color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
grayscale(.1)
grayscale(0.1)
.6
0.6
rgba( black, .08 )
rgba(black, 0.08)
rgba(0, 0, 0, 0.08)
rgba( black, 0 ), rgba( black, .02 )
rgba(black, 0), rgba(black, 0.02)
rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
k-try-shade( $kendo-base-bg, .5 )
k-try-shade($kendo-base-bg, 0.5)
#f0f0f0
k-contrast-legacy( $kendo-selected-bg )
k-contrast-legacy($kendo-selected-bg)
white
k-try-shade( $kendo-selected-bg, .5 )
k-try-shade($kendo-selected-bg, 0.5)
#f55f54
inset 0 0 0 2px rgba(0, 0, 0, .13)
inset 0 0 0 2px rgba(0, 0, 0, 0.13)
color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
grayscale(.1)
grayscale(0.1)
.6
0.6
k-contrast-legacy( $kendo-color-light )
if($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $kendo-color-light ))
black
k-contrast-legacy( $kendo-color-dark )
if($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark ))
white
k-map-merge(
$kendo-theme-colors,
- ( "base": #f5f5f5 )
+ ( "base": if($kendo-enable-color-system, k-color( base ), #f5f5f5) )
)
("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242, "base": #f5f5f5)
#f5f5f5
if($kendo-enable-color-system, k-color( base ), #f5f5f5)
#f5f5f5
#424242
if($kendo-enable-color-system, k-color( on-base ), #424242)
#424242
rgba( black, .08 )
if($kendo-enable-color-system, k-color( border ), rgba( black, .08 ))
rgba(0, 0, 0, 0.08)
rgba( black, 0 ), rgba( black, .02 )
if($kendo-enable-color-system, null, (rgba( black, 0 ), rgba( black, .02 )))
rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
k-try-shade( $kendo-button-bg, .5 )
if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-button-bg, .5 ))
#ebebeb
k-try-shade( $kendo-button-bg, 1.5 )
if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-button-bg, 1.5 ))
#d8d8d8
k-contrast-legacy( $kendo-button-selected-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-button-selected-bg ))
white
0 0 0 2px rgba( $kendo-button-border, .08 )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08), rgba( $kendo-button-border, .08 ))
0 0 0 2px rgba(0, 0, 0, 0.08)
#ff6358
if($kendo-enable-color-system, k-color( series-a ), #ff6358)
#ff6358
#ffe162
if($kendo-enable-color-system, k-color( series-b ), #ffe162)
#ffe162
#4cd180
if($kendo-enable-color-system, k-color( series-c ), #4cd180)
#4cd180
#4b5ffa
if($kendo-enable-color-system, k-color( series-d ), #4b5ffa)
#4b5ffa
#ac58ff
if($kendo-enable-color-system, k-color( series-e ), #ac58ff)
#ac58ff
#ff5892
if($kendo-enable-color-system, k-color( series-f ), #ff5892)
#ff5892
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )
rgba(0, 0, 0, 0.08)
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )
rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )
rgba(0, 0, 0, 0.04)
k-contrast-legacy( $kendo-checkbox-checked-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg ))
white
0 0 0 2px rgba( $kendo-color-primary, .3 )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 ))
0 0 0 2px rgba(255, 99, 88, 0.3)
$kendo-button-bg
if($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg)
#f5f5f5
0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))
0 0 0 2px rgba(0, 0, 0, 0.08)
$kendo-button-hover-bg
if($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-button-hover-bg)
#ebebeb
0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))
0 0 0 2px rgba(0, 0, 0, 0.08)
k-contrast-legacy( $kendo-chip-outline-hover-bg )
if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-chip-outline-hover-bg ))
white
$_default-colors
(app-surface: #ffffff, on-app-surface: #3d3d3d, subtle: #666666, surface: #fafafa, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.08), border-alt: rgba(0, 0, 0, 0.16), base-subtle: #ebebeb, base-subtle-hover: #e0e0e0, base-subtle-active: #d6d6d6, base: #f5f5f5, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #c2c2c2, base-on-subtle: #3d3d3d, on-base: #3d3d3d, base-on-surface: #3d3d3d, primary-subtle: #ffeceb, primary-subtle-hover: #ffdedb, primary-subtle-active: #ffc8c4, primary: #ff6358, primary-hover: #ea5a51, primary-active: #d45349, primary-emphasis: #ff9d97, primary-on-subtle: #5c201c, on-primary: #ffffff, primary-on-surface: #ff6358, secondary-subtle: #fafafa, secondary-subtle-hover: #f5f5f5, secondary-subtle-active: #ebebeb, secondary: #666666, secondary-hover: #525252, secondary-active: #3d3d3d, secondary-emphasis: #e0e0e0, secondary-on-subtle: #141414, on-secondary: #ffffff, secondary-on-surface: #292929, tertiary-subtle: #d8f1fd, tertiary-subtle-hover: #c5eafc, tertiary-subtle-active: #a3dffb, tertiary: #03a9f4, tertiary-hover: #039ae0, tertiary-active: #028ccb, tertiary-emphasis: #61c9f9, tertiary-on-subtle: #023f5c, on-tertiary: #ffffff, tertiary-on-surface: #028ccb, info-subtle: #d2e2fb, info-subtle-hover: #bdd4f8, info-subtle-active: #80acf4, info: #0058e9, info-hover: #0052d6, info-active: #004ac2, info-emphasis: #6098f2, info-on-subtle: #002259, on-info: #ffffff, info-on-surface: #004ac2, success-subtle: #dcf0d3, success-subtle-hover: #cbe9bf, success-subtle-active: #b7e1a5, success: #37b400, success-hover: #32a500, success-active: #2d9600, success-emphasis: #81d15f, success-on-subtle: #1c5a00, on-success: #ffffff, success-on-surface: #2d9600, warning-subtle: #fff4d3, warning-subtle-hover: #ffeebd, warning-subtle-active: #ffe79e, warning: #ffc000, warning-hover: #eaaf00, warning-active: #d49f00, warning-emphasis: #ffd760, warning-on-subtle: #5e4700, on-warning: #3d3d3d, warning-on-surface: #ffc000, error-subtle: #fcddda, error-subtle-hover: #fbc8c3, error-subtle-active: #f98b80, error: #f31700, error-hover: #df1600, error-active: #ca1400, error-emphasis: #f76f60, error-on-subtle: #7a0c00, on-error: #ffffff, error-on-surface: #ca1400, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #ebebeb, light: #ebebeb, light-hover: #e0e0e0, light-active: #d6d6d6, light-emphasis: #d6d6d6, light-on-subtle: #141414, on-light: #000000, light-on-surface: #e0e0e0, dark-subtle: #c2c2c2, dark-subtle-hover: #adadad, dark-subtle-active: #999999, dark: #3d3d3d, dark-hover: #292929, dark-active: #1f1f1f, dark-emphasis: #666666, dark-on-subtle: #1f1f1f, on-dark: #ffffff, dark-on-surface: #141414, inverse-subtle: #c2c2c2, inverse-subtle-hover: #adadad, inverse-subtle-active: #999999, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #666666, inverse-on-subtle: #1f1f1f, on-inverse: #ffffff, inverse-on-surface: #141414, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffe162, series-b-bold: #bfa94a, series-b-bolder: #807131, series-b-subtle: #fff0b1, series-b-subtler: #ffe989, series-c: #4cd180, series-c-bold: #399d60, series-c-bolder: #266940, series-c-subtle: #a6e8c0, series-c-subtler: #79dda0, series-d: #4b5ffa, series-d-bold: #3847bc, series-d-bolder: #26307d, series-d-subtle: #a5affd, series-d-subtler: #7887fb, series-e: #ac58ff, series-e-bold: #8142bf, series-e-bolder: #562c80, series-e-subtle: #d6acff, series-e-subtler: #c182ff, series-f: #ff5892, series-f-bold: #bf426e, series-f-bolder: #802c49, series-f-subtle: #ffacc9, series-f-subtler: #ff82ae)
#ff6358
k-contrast-legacy( $kendo-color-primary )
k-contrast-legacy($kendo-color-primary)
white
k-contrast-legacy( $kendo-color-secondary )
k-contrast-legacy($kendo-color-secondary)
white
k-contrast-legacy( $kendo-color-tertiary )
k-contrast-legacy($kendo-color-tertiary)
white
if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )
if($kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark)
#424242
rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
rgba(if($kendo-is-dark-theme, $kendo-color-white, $kendo-color-black), 0.08)
rgba(0, 0, 0, 0.08)
null
null
initial
null
null
initial
rgba( $kendo-color-primary, .16 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))
rgba(255, 99, 88, 0.16)
k-try-tint( $kendo-dropzone-text, 4 )
if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))
#7e7e7e
k-color-mix($kendo-color-primary, #ffffff, 20%)
if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%))
#ffe0de
k-try-tint($kendo-file-manager-text, 4)
if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
#7e7e7e
k-try-tint($kendo-file-manager-text, 4)
if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
#7e7e7e
k-try-shade( $kendo-body-text, 2 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 ))
#373737
rgba( k-contrast-color( $kendo-grid-bg ), .12 )
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))
rgba(0, 0, 0, 0.12)
rgba( $kendo-input-border, .16 )
if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-input-border, .16 ))
rgba(0, 0, 0, 0.16)
0 0 0 2px rgba( $kendo-input-focus-border, .08 )
0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-input-focus-border, .08 ))
0 0 0 2px rgba(0, 0, 0, 0.08)
rgba( $kendo-button-text, .5)
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-button-text, .5))
rgba(66, 66, 66, 0.5)
rgba( $kendo-button-text, .8)
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .8 ), rgba( $kendo-button-text, .8))
rgba(66, 66, 66, 0.8)
rgba( $kendo-selected-bg, .25 )
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))
rgba(255, 99, 88, 0.25)
rgba( $kendo-picker-outline-text, .5)
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-picker-outline-text, .5))
rgba(66, 66, 66, 0.5)
k-contrast-legacy( $kendo-picker-outline-hover-bg )
if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg ))
white
rgba( $kendo-button-text, .04 )
if($kendo-enable-color-system, rgba( k-color( on-base, true ), .04 ), rgba( $kendo-button-text, .04 ))
rgba(66, 66, 66, 0.04)
rgba( $kendo-button-border, .16 )
if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 ))
rgba(0, 0, 0, 0.16)
k-try-shade( $kendo-component-bg, 1 )
if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))
#ebebeb
k-contrast-legacy( $kendo-progressbar-value-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))
white
k-try-shade( $kendo-progressbar-value-bg )
if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))
#eb5b51
rgba( $kendo-color-inverse, .2 )
rgba(66, 66, 66, 0.2)
rgba( black, .04 )
rgba(0, 0, 0, 0.04)
k-try-shade( $kendo-switch-off-track-bg, 8% )
if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-switch-off-track-bg, 8% ))
#ebebeb
2px solid rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 )
2px solid if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 ))
2px solid rgba(0, 0, 0, 0.08)
k-contrast-legacy( $kendo-switch-on-track-bg )
if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-switch-on-track-bg ))
white
2px solid rgba( $kendo-switch-on-track-border, .25 )
2px solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))
2px solid rgba(255, 99, 88, 0.25)
rgba( k-contrast-legacy( $kendo-table-bg ), .04 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-legacy( $kendo-table-bg ), .04 ))
rgba(0, 0, 0, 0.04)
k-color-darken($kendo-table-bg, 7%)
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-color-darken($kendo-table-bg, 7%))
#ededed
rgba($kendo-selected-bg, .25)
if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))
rgba(255, 99, 88, 0.25)
rgba( k-contrast-legacy( $kendo-body-bg ), .75 )
if($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-legacy( $kendo-body-bg ), .75 ))
rgba(0, 0, 0, 0.75)
k-contrast-legacy( $kendo-tooltip-bg )
if($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg ))
white
k-get-theme-color-var( primary-110 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-110 ))
k-get-theme-color-var( neutral-10 )
if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
0 0 0 1px k-get-theme-color-var( neutral-30 )
0 0 0 1px if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
k-get-theme-color-var( neutral-160 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
k-get-theme-color-var( neutral-30 )
if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))
k-get-theme-color-var( neutral-190 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
k-get-theme-color-var( neutral-160 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
k-get-theme-color-var( neutral-10 )
if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
k-get-theme-color-var( primary-120 )
if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-120 ))
inset 0 0 0 1px k-get-theme-color-var( neutral-130)
inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
k-get-theme-color-var( neutral-10 )
if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
k-get-theme-color-var( neutral-30 )
if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))
k-get-theme-color-var( neutral-130 )
if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
inset 1px -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )
inset 1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
inset 0 -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )
inset 0 -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
inset -1px -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )
inset -1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
k-get-theme-color-var( neutral-190 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
k-get-theme-color-var( series-a-100 )
if($kendo-enable-color-system, k-color( series-a ), k-get-theme-color-var( series-a-100 ))
k-get-theme-color-var( series-b-100 )
if($kendo-enable-color-system, k-color( series-b ), k-get-theme-color-var( series-b-100 ))
k-get-theme-color-var( series-c-100 )
if($kendo-enable-color-system, k-color( series-c ), k-get-theme-color-var( series-c-100 ))
k-get-theme-color-var( series-d-100 )
if($kendo-enable-color-system, k-color( series-d ), k-get-theme-color-var( series-d-100 ))
k-get-theme-color-var( series-e-100 )
if($kendo-enable-color-system, k-color( series-e ), k-get-theme-color-var( series-e-100 ))
k-get-theme-color-var( series-f-100 )
if($kendo-enable-color-system, k-color( series-f ), k-get-theme-color-var( series-f-100 ))
k-get-theme-color-var( neutral-30 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
k-get-theme-color-var( neutral-30 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
$kendo-color-black
if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
$kendo-color-black
if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
k-get-theme-color-var( neutral-160 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
k-get-theme-color-var( neutral-130 )
if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
k-get-theme-color-var( neutral-10 )
if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
k-get-theme-color-var( neutral-110 )
if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( neutral-110 ))
k-get-theme-color-var( neutral-10 )
if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
$kendo-color-black
if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
k-get-theme-color-var( neutral-10 )
if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
k-get-theme-color-var( neutral-190 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
k-get-theme-color-var( neutral-30 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
k-get-theme-color-var( neutral-160 )
if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
k-get-theme-color( neutral, 130 )
if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color( neutral, 130 ))
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
k-get-theme-color-var( primary-110 )
if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
1px solid k-get-theme-color-var( neutral-130 )
1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
k-get-theme-color( primary, 100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color( primary, 100 ))
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
k-get-theme-color( primary, 110 )
if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color( primary, 110 ))
k-get-theme-color-var( primary-110 )
if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
k-get-theme-color-var( neutral-60 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
k-get-theme-color-var( neutral-60 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
k-get-theme-color-var( neutral-60 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
k-get-theme-color-var( neutral-60 )
if($kendo-enable-color-system, transparent, k-get-theme-color-var( neutral-60 ))
k-get-theme-color( neutral, 60 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color( neutral, 60 ))
k-get-theme-color-var( neutral-60 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
k-get-theme-color-var( primary-100 )
if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
k-get-theme-color-var( neutral-90 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
k-get-theme-color-var( neutral-20 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))
k-get-theme-color-var( neutral-30 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
1px
if($kendo-enable-color-system, 0, 1px)
k-get-theme-color-var( neutral-30 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
k-get-theme-color-var( neutral-110 )
if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
k-get-theme-color-var( neutral-130 )
if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
k-get-theme-color-var( neutral-130 )
if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
k-get-theme-color-var( neutral-60 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
k-get-theme-color-var( neutral-60 )
if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
$kendo-color-white
if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
k-get-theme-color( error, 190 )
if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color( error, 190 ))
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-colors | ++ | $_default-colors |
+ + |
Description
+ The global default Colors map. |
+
k-get-theme-color-var( neutral-20 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))
k-get-theme-color-var( neutral-130 )
if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
inset 0 0 0 2px $kendo-color-white
inset 0 0 0 2px if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
k-get-theme-color-var( neutral-20 )
if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))
inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px $kendo-color-white
inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
(
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
success: success,
warning: warning,
diff --git a/packages/fluent/docs/customization-dock-manager.md b/packages/fluent/docs/customization-dock-manager.md
index c33e609c012..88818261102 100644
--- a/packages/fluent/docs/customization-dock-manager.md
+++ b/packages/fluent/docs/customization-dock-manager.md
@@ -110,7 +110,7 @@ The following table lists the available variables for customization.
$kendo-dock-manager-pane-header-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -230,7 +230,7 @@ The following table lists the available variables for customization.
$kendo-dock-manager-unpinned-container-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-dock-indicator-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -320,7 +320,7 @@ The following table lists the available variables for customization.
$kendo-dock-indicator-hover-bg
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -330,7 +330,7 @@ The following table lists the available variables for customization.
$kendo-dock-indicator-hover-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -370,7 +370,7 @@ The following table lists the available variables for customization.
$kendo-dock-manager-dock-preview-bg
- color-mix(in srgb, k-get-theme-color-var( primary-100 ) 20%, transparent)
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .2 ), color-mix(in srgb, k-get-theme-color-var( primary-100 ) 20%, transparent))
@@ -380,7 +380,7 @@ The following table lists the available variables for customization.
$kendo-dock-manager-dock-preview-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-draggable.md b/packages/fluent/docs/customization-draggable.md
index 833fa3bd37c..93381c26b2d 100644
--- a/packages/fluent/docs/customization-draggable.md
+++ b/packages/fluent/docs/customization-draggable.md
@@ -240,7 +240,7 @@ The following table lists the available variables for customization.
$kendo-drop-hint-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-drawer.md b/packages/fluent/docs/customization-drawer.md
index 9489e0a7d66..56508ca62a9 100644
--- a/packages/fluent/docs/customization-drawer.md
+++ b/packages/fluent/docs/customization-drawer.md
@@ -130,7 +130,7 @@ The following table lists the available variables for customization.
$kendo-drawer-scrollbar-color
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -140,7 +140,7 @@ The following table lists the available variables for customization.
$kendo-drawer-scrollbar-bg
- k-get-theme-color-var( neutral-40 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-40 ))
@@ -160,7 +160,7 @@ The following table lists the available variables for customization.
$kendo-drawer-scrollbar-hover-color
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), k-get-theme-color-var( neutral-110 ))
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-drawer-item-ripple-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -300,7 +300,7 @@ The following table lists the available variables for customization.
$kendo-drawer-item-icon-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -320,7 +320,7 @@ The following table lists the available variables for customization.
$kendo-drawer-item-hover-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -330,7 +330,7 @@ The following table lists the available variables for customization.
$kendo-drawer-item-hover-icon-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -360,7 +360,7 @@ The following table lists the available variables for customization.
$kendo-drawer-item-focus-shadow
- inset 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -400,7 +400,7 @@ The following table lists the available variables for customization.
$kendo-drawer-item-selected-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -410,7 +410,7 @@ The following table lists the available variables for customization.
$kendo-drawer-item-selected-icon-text
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
diff --git a/packages/fluent/docs/customization-dropzone.md b/packages/fluent/docs/customization-dropzone.md
index 72336f1d344..a31193f0085 100644
--- a/packages/fluent/docs/customization-dropzone.md
+++ b/packages/fluent/docs/customization-dropzone.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-dropzone-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -114,7 +114,7 @@ The following table lists the available variables for customization.
- DescriptionThe text color of the DropZone.
+ DescriptionText color of the dropzone.
@@ -140,7 +140,7 @@ The following table lists the available variables for customization.
$kendo-dropzone-icon-text
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-90 ))
@@ -150,11 +150,11 @@ The following table lists the available variables for customization.
$kendo-dropzone-icon-hover-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
- DescriptionThe text color of the hovered DropZone icon.
+ DescriptionText color of the icon when the dropzone is hovered.
diff --git a/packages/fluent/docs/customization-editor.md b/packages/fluent/docs/customization-editor.md
index 3c007265eb0..c96d2842dc1 100644
--- a/packages/fluent/docs/customization-editor.md
+++ b/packages/fluent/docs/customization-editor.md
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-editor-selected-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -160,7 +160,7 @@ The following table lists the available variables for customization.
$kendo-editor-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -170,7 +170,7 @@ The following table lists the available variables for customization.
$kendo-editor-highlighted-bg
- k-get-theme-color-var( primary-60 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .55 ), k-get-theme-color-var( primary-60 ))
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-editor-resize-handle-border
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -210,7 +210,7 @@ The following table lists the available variables for customization.
$kendo-editor-resize-handle-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -220,7 +220,7 @@ The following table lists the available variables for customization.
$kendo-editor-selectednode-outline-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-expander.md b/packages/fluent/docs/customization-expander.md
index 7c69bde1a81..a41f9e3fa5a 100644
--- a/packages/fluent/docs/customization-expander.md
+++ b/packages/fluent/docs/customization-expander.md
@@ -90,7 +90,7 @@ The following table lists the available variables for customization.
$kendo-expander-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -110,7 +110,7 @@ The following table lists the available variables for customization.
$kendo-expander-shadow
- inset 0 0 0 2px k-get-theme-color-var( neutral-30 )
+ inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-expander-focus-outline
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-expander-focus-shadow
- inset 0px 0px 0px 2px k-get-theme-color-var( neutral-130 )
+ inset 0px 0px 0px 2px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -230,7 +230,7 @@ The following table lists the available variables for customization.
$kendo-expander-header-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -250,7 +250,7 @@ The following table lists the available variables for customization.
$kendo-expander-header-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-expander-title-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-filter.md b/packages/fluent/docs/customization-filter.md
index 449028b3940..3b5dda24178 100644
--- a/packages/fluent/docs/customization-filter.md
+++ b/packages/fluent/docs/customization-filter.md
@@ -90,7 +90,7 @@ The following table lists the available variables for customization.
$kendo-filter-preview-field-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-filter-preview-operator-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -120,7 +120,7 @@ The following table lists the available variables for customization.
$kendo-filter-toolbar-focus-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization-floating-action-button.md b/packages/fluent/docs/customization-floating-action-button.md
index f25e9550593..06fac2e6158 100644
--- a/packages/fluent/docs/customization-floating-action-button.md
+++ b/packages/fluent/docs/customization-floating-action-button.md
@@ -445,7 +445,7 @@ The following table lists the available variables for customization.
$kendo-fab-item-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -465,7 +465,7 @@ The following table lists the available variables for customization.
$kendo-fab-item-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -495,7 +495,7 @@ The following table lists the available variables for customization.
$kendo-fab-item-hover-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -505,7 +505,7 @@ The following table lists the available variables for customization.
$kendo-fab-item-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -525,7 +525,7 @@ The following table lists the available variables for customization.
$kendo-fab-item-focus-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -555,7 +555,7 @@ The following table lists the available variables for customization.
$kendo-fab-item-active-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
diff --git a/packages/fluent/docs/customization-form.md b/packages/fluent/docs/customization-form.md
index 3c6b3a7a397..910ecad1fff 100644
--- a/packages/fluent/docs/customization-form.md
+++ b/packages/fluent/docs/customization-form.md
@@ -250,7 +250,7 @@ The following table lists the available variables for customization.
$kendo-form-hint-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -470,7 +470,7 @@ The following table lists the available variables for customization.
$kendo-fieldset-legend-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization-gantt.md b/packages/fluent/docs/customization-gantt.md
index 6471688c944..9ad805e1775 100644
--- a/packages/fluent/docs/customization-gantt.md
+++ b/packages/fluent/docs/customization-gantt.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-gantt-nonwork-bg
- rgba( $kendo-color-black, .04 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), $kendo-color-black), .04 )
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-gantt-line-selected-fill
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-gantt-dot-bg
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -190,7 +190,7 @@ The following table lists the available variables for customization.
$kendo-gantt-dot-border
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-gantt-dot-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -210,7 +210,7 @@ The following table lists the available variables for customization.
$kendo-gantt-dot-hover-border
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -240,7 +240,7 @@ The following table lists the available variables for customization.
$kendo-gantt-milestone-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -250,7 +250,7 @@ The following table lists the available variables for customization.
$kendo-gantt-milestone-selected-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-gantt-summary-bg
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-110 ))
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-gantt-summary-progress-bg
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -280,7 +280,7 @@ The following table lists the available variables for customization.
$kendo-gantt-summary-selected-bg
- k-get-theme-color-var( primary-50 )
+ if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-50 ))
@@ -290,7 +290,7 @@ The following table lists the available variables for customization.
$kendo-gantt-summary-progress-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -330,7 +330,7 @@ The following table lists the available variables for customization.
$kendo-gantt-task-bg
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-110 ))
@@ -340,7 +340,7 @@ The following table lists the available variables for customization.
$kendo-gantt-task-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -360,7 +360,7 @@ The following table lists the available variables for customization.
$kendo-gantt-task-progress-bg
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -370,7 +370,7 @@ The following table lists the available variables for customization.
$kendo-gantt-task-progress-hover-bg
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -380,7 +380,7 @@ The following table lists the available variables for customization.
$kendo-gantt-task-selected-bg
- k-get-theme-color-var( primary-50 )
+ if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-50 ))
@@ -390,7 +390,7 @@ The following table lists the available variables for customization.
$kendo-gantt-task-selected-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -410,7 +410,7 @@ The following table lists the available variables for customization.
$kendo-gantt-task-progress-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -590,7 +590,7 @@ The following table lists the available variables for customization.
$kendo-gantt-planned-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -600,7 +600,7 @@ The following table lists the available variables for customization.
$kendo-gantt-planned-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -610,7 +610,7 @@ The following table lists the available variables for customization.
$kendo-gantt-planned-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -620,7 +620,7 @@ The following table lists the available variables for customization.
$kendo-gantt-delayed-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -630,7 +630,7 @@ The following table lists the available variables for customization.
$kendo-gantt-delayed-bg
- k-get-theme-color-var( error-160 )
+ if($kendo-enable-color-system, k-color( error-emphasis ), k-get-theme-color-var( error-160 ))
@@ -640,7 +640,7 @@ The following table lists the available variables for customization.
$kendo-gantt-delayed-bg-lighter
- k-get-theme-color-var( error-110)
+ if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-110))
@@ -650,7 +650,7 @@ The following table lists the available variables for customization.
$kendo-gantt-delayed-hover-bg
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-subtle ), k-get-theme-color-var( error-190 ))
@@ -660,7 +660,7 @@ The following table lists the available variables for customization.
$kendo-gantt-advanced-bg
- k-get-theme-color-var( success-160 )
+ if($kendo-enable-color-system, k-color( success-emphasis ), k-get-theme-color-var( success-160 ))
@@ -670,7 +670,7 @@ The following table lists the available variables for customization.
$kendo-gantt-advanced-bg-lighter
- k-get-theme-color-var( success-110 )
+ if($kendo-enable-color-system, k-color( success ), k-get-theme-color-var( success-110 ))
@@ -680,7 +680,7 @@ The following table lists the available variables for customization.
$kendo-gantt-advanced-hover-bg
- k-get-theme-color-var( success-190 )
+ if($kendo-enable-color-system, k-color( success-on-subtle ), k-get-theme-color-var( success-190 ))
@@ -690,7 +690,7 @@ The following table lists the available variables for customization.
$kendo-gantt-action-on-offset-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -740,7 +740,7 @@ The following table lists the available variables for customization.
$kendo-gantt-validation-tooltip-valid-border
- k-get-theme-color-var( success-100 )
+ if($kendo-enable-color-system, k-color( success ), k-get-theme-color-var( success-100 ))
@@ -750,7 +750,7 @@ The following table lists the available variables for customization.
$kendo-gantt-validation-tooltip-invalid-border
- k-get-theme-color-var( error-100 )
+ if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-100 ))
diff --git a/packages/fluent/docs/customization-grid.md b/packages/fluent/docs/customization-grid.md
index c8e8e9aee23..582bc403f4a 100644
--- a/packages/fluent/docs/customization-grid.md
+++ b/packages/fluent/docs/customization-grid.md
@@ -500,7 +500,7 @@ The following table lists the available variables for customization.
$kendo-grid-header-icon-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -810,7 +810,7 @@ The following table lists the available variables for customization.
$kendo-grid-sort-indicator-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -820,7 +820,7 @@ The following table lists the available variables for customization.
$kendo-grid-sort-indicator-order-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -830,7 +830,7 @@ The following table lists the available variables for customization.
$kendo-grid-sorted-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -930,7 +930,7 @@ The following table lists the available variables for customization.
$kendo-grid-group-indicator-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -940,7 +940,7 @@ The following table lists the available variables for customization.
$kendo-grid-group-indicator-icon-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -970,7 +970,7 @@ The following table lists the available variables for customization.
$kendo-grid-group-drop-hint-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -1010,7 +1010,7 @@ The following table lists the available variables for customization.
$kendo-grid-sticky-border
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .8 ), k-get-theme-color-var( neutral-90 ))
@@ -1110,7 +1110,7 @@ The following table lists the available variables for customization.
$kendo-grid-sticky-selected-hover-bg
- $kendo-grid-selected-hover-bg
+ if($kendo-enable-color-system, $kendo-grid-sticky-selected-bg, $kendo-grid-selected-hover-bg)
@@ -1540,7 +1540,7 @@ The following table lists the available variables for customization.
$kendo-grid-row-resizer-hover-bg
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -1550,7 +1550,7 @@ The following table lists the available variables for customization.
$kendo-grid-row-resizer-active-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-imageeditor.md b/packages/fluent/docs/customization-imageeditor.md
index a1fc95ec434..595eaedd62d 100644
--- a/packages/fluent/docs/customization-imageeditor.md
+++ b/packages/fluent/docs/customization-imageeditor.md
@@ -50,7 +50,7 @@ The following table lists the available variables for customization.
$kendo-image-editor-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -140,7 +140,7 @@ The following table lists the available variables for customization.
$kendo-image-editor-content-bg
- k-get-theme-color-var( neutral-50 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-image-editor-crop-border
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
diff --git a/packages/fluent/docs/customization-input.md b/packages/fluent/docs/customization-input.md
index 4a24d2f4862..1ce1bd6740d 100644
--- a/packages/fluent/docs/customization-input.md
+++ b/packages/fluent/docs/customization-input.md
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-input-solid-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-input-solid-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -280,7 +280,7 @@ The following table lists the available variables for customization.
$kendo-input-solid-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -290,7 +290,7 @@ The following table lists the available variables for customization.
$kendo-input-solid-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -310,7 +310,7 @@ The following table lists the available variables for customization.
$kendo-input-solid-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -340,7 +340,7 @@ The following table lists the available variables for customization.
$kendo-input-solid-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -410,7 +410,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -420,7 +420,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -430,7 +430,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -440,7 +440,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -450,7 +450,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -460,7 +460,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -470,7 +470,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -480,7 +480,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -490,7 +490,7 @@ The following table lists the available variables for customization.
$kendo-input-outline-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -560,7 +560,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -570,7 +570,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -580,7 +580,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -590,7 +590,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -600,7 +600,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -610,7 +610,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -620,7 +620,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -630,7 +630,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -640,7 +640,7 @@ The following table lists the available variables for customization.
$kendo-input-flat-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -710,7 +710,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -720,7 +720,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -730,7 +730,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-border
- k-get-theme-color-var( neutral-130 )!default
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))!default
@@ -740,7 +740,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -750,7 +750,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -760,7 +760,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -770,7 +770,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -780,7 +780,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -790,7 +790,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -840,7 +840,7 @@ The following table lists the available variables for customization.
$kendo-picker-solid-disabled-bg
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), k-get-theme-color-var( neutral-30 ))
@@ -860,7 +860,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -880,7 +880,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -890,7 +890,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-hover-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -900,7 +900,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-hover-bg
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -920,7 +920,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -930,7 +930,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-focus-bg
- $kendo-color-white!default
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -940,7 +940,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -950,7 +950,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-hover-focus-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -960,7 +960,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-hover-focus-bg
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -970,7 +970,7 @@ The following table lists the available variables for customization.
$kendo-picker-outline-hover-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -1010,7 +1010,7 @@ The following table lists the available variables for customization.
$kendo-picker-flat-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -1030,7 +1030,7 @@ The following table lists the available variables for customization.
$kendo-picker-flat-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -1040,7 +1040,7 @@ The following table lists the available variables for customization.
$kendo-picker-flat-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -1050,7 +1050,7 @@ The following table lists the available variables for customization.
$kendo-picker-flat-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -1060,7 +1060,7 @@ The following table lists the available variables for customization.
$kendo-picker-flat-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -1070,7 +1070,7 @@ The following table lists the available variables for customization.
$kendo-picker-flat-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -1080,7 +1080,7 @@ The following table lists the available variables for customization.
$kendo-picker-flat-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -1090,7 +1090,7 @@ The following table lists the available variables for customization.
$kendo-picker-flat-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -1343,7 +1343,7 @@ The following table lists the available variables for customization.
$kendo-input-prefix-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))
@@ -1353,7 +1353,7 @@ The following table lists the available variables for customization.
$kendo-input-suffix-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))
@@ -1453,7 +1453,7 @@ The following table lists the available variables for customization.
$kendo-input-placeholder-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -1473,7 +1473,7 @@ The following table lists the available variables for customization.
$kendo-input-clear-value-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization-list.md b/packages/fluent/docs/customization-list.md
index c3f21bfec57..f22e5bddc25 100644
--- a/packages/fluent/docs/customization-list.md
+++ b/packages/fluent/docs/customization-list.md
@@ -250,7 +250,7 @@ The following table lists the available variables for customization.
$kendo-list-item-icon-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -358,7 +358,7 @@ The following table lists the available variables for customization.
$kendo-list-header-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -368,7 +368,7 @@ The following table lists the available variables for customization.
$kendo-list-header-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -398,7 +398,7 @@ The following table lists the available variables for customization.
$kendo-list-item-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -408,7 +408,7 @@ The following table lists the available variables for customization.
$kendo-list-item-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -418,7 +418,7 @@ The following table lists the available variables for customization.
$kendo-list-item-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -428,7 +428,7 @@ The following table lists the available variables for customization.
$kendo-list-item-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -438,7 +438,7 @@ The following table lists the available variables for customization.
$kendo-list-item-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -448,7 +448,7 @@ The following table lists the available variables for customization.
$kendo-list-item-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -458,7 +458,7 @@ The following table lists the available variables for customization.
$kendo-list-item-focus-shadow
- inset 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -468,7 +468,7 @@ The following table lists the available variables for customization.
$kendo-list-item-selected-bg
- k-get-theme-color-var( neutral-40 )
+ if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-40 ))
@@ -478,7 +478,7 @@ The following table lists the available variables for customization.
$kendo-list-item-selected-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -488,7 +488,7 @@ The following table lists the available variables for customization.
$kendo-list-item-selected-hover-bg
- k-get-theme-color-var( neutral-50 )
+ if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-50 ))
@@ -498,7 +498,7 @@ The following table lists the available variables for customization.
$kendo-list-item-selected-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -508,7 +508,7 @@ The following table lists the available variables for customization.
$kendo-list-item-disabled-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -518,7 +518,7 @@ The following table lists the available variables for customization.
$kendo-list-item-disabled-text
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -528,7 +528,7 @@ The following table lists the available variables for customization.
$kendo-list-group-item-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -538,7 +538,7 @@ The following table lists the available variables for customization.
$kendo-list-group-item-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -568,7 +568,7 @@ The following table lists the available variables for customization.
$kendo-list-no-data-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
diff --git a/packages/fluent/docs/customization-listbox.md b/packages/fluent/docs/customization-listbox.md
index 69a821943ea..16456db25d4 100644
--- a/packages/fluent/docs/customization-listbox.md
+++ b/packages/fluent/docs/customization-listbox.md
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-listbox-drop-hint-border-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-listview.md b/packages/fluent/docs/customization-listview.md
index 20c0c003cbb..8a1909cedfd 100644
--- a/packages/fluent/docs/customization-listview.md
+++ b/packages/fluent/docs/customization-listview.md
@@ -250,7 +250,7 @@ The following table lists the available variables for customization.
$kendo-listview-item-selected-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-20 ))
diff --git a/packages/fluent/docs/customization-loader.md b/packages/fluent/docs/customization-loader.md
index c5caeeb4d1b..7ae497bba0e 100644
--- a/packages/fluent/docs/customization-loader.md
+++ b/packages/fluent/docs/customization-loader.md
@@ -300,7 +300,7 @@ The following table lists the available variables for customization.
$kendo-loader-container-panel-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -432,7 +432,7 @@ The following table lists the available variables for customization.
(
primary: primary,
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
error: error,
success: success,
diff --git a/packages/fluent/docs/customization-map.md b/packages/fluent/docs/customization-map.md
index 42811fa66ca..f673d5c679b 100644
--- a/packages/fluent/docs/customization-map.md
+++ b/packages/fluent/docs/customization-map.md
@@ -80,7 +80,7 @@ The following table lists the available variables for customization.
$kendo-map-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -170,7 +170,7 @@ The following table lists the available variables for customization.
$kendo-map-navigator-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-map-navigator-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -190,7 +190,7 @@ The following table lists the available variables for customization.
$kendo-map-navigator-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-map-attribution-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-map-marker-fill
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-mediaplayer.md b/packages/fluent/docs/customization-mediaplayer.md
index d98bede8d8c..31a703b0d7e 100644
--- a/packages/fluent/docs/customization-mediaplayer.md
+++ b/packages/fluent/docs/customization-mediaplayer.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-media-player-overlay-bg
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -110,7 +110,7 @@ The following table lists the available variables for customization.
$kendo-media-player-quality-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-media-player-titlebar-bg
- rgba( $kendo-color-black, .4 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), $kendo-color-black), .4 )
diff --git a/packages/fluent/docs/customization-menu.md b/packages/fluent/docs/customization-menu.md
index 4fc84f5ee1d..754701d8244 100644
--- a/packages/fluent/docs/customization-menu.md
+++ b/packages/fluent/docs/customization-menu.md
@@ -528,7 +528,7 @@ The following table lists the available variables for customization.
$kendo-menu-popup-item-focus-outline
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -618,7 +618,7 @@ The following table lists the available variables for customization.
$kendo-menu-icon-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-notification.md b/packages/fluent/docs/customization-notification.md
index 18abacdb0c5..c3f15acf932 100644
--- a/packages/fluent/docs/customization-notification.md
+++ b/packages/fluent/docs/customization-notification.md
@@ -186,7 +186,7 @@ The following table lists the available variables for customization.
warning: warning,
success: success,
info: info,
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
)
diff --git a/packages/fluent/docs/customization-orgchart.md b/packages/fluent/docs/customization-orgchart.md
index f26c3455330..c8a449b3269 100644
--- a/packages/fluent/docs/customization-orgchart.md
+++ b/packages/fluent/docs/customization-orgchart.md
@@ -190,7 +190,7 @@ The following table lists the available variables for customization.
$kendo-orgchart-node-group-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-orgchart-node-group-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -210,7 +210,7 @@ The following table lists the available variables for customization.
$kendo-orgchart-node-group-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -470,7 +470,7 @@ The following table lists the available variables for customization.
$kendo-orgchart-line-text
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
diff --git a/packages/fluent/docs/customization-pager.md b/packages/fluent/docs/customization-pager.md
index eea8f9620d2..8f44e06f62f 100644
--- a/packages/fluent/docs/customization-pager.md
+++ b/packages/fluent/docs/customization-pager.md
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-pager-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-pager-focus-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-pager-sizes-label-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-pager-info-label-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization-panelbar.md b/packages/fluent/docs/customization-panelbar.md
index 9718fa23270..6a105b19ad5 100644
--- a/packages/fluent/docs/customization-panelbar.md
+++ b/packages/fluent/docs/customization-panelbar.md
@@ -250,7 +250,7 @@ The following table lists the available variables for customization.
$kendo-panelbar-header-hover-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -350,7 +350,7 @@ The following table lists the available variables for customization.
$kendo-panelbar-header-selected-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -370,7 +370,7 @@ The following table lists the available variables for customization.
$kendo-panelbar-selected-marker
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -510,7 +510,7 @@ The following table lists the available variables for customization.
$kendo-panelbar-item-hover-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -610,7 +610,7 @@ The following table lists the available variables for customization.
$kendo-panelbar-item-selected-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
diff --git a/packages/fluent/docs/customization-pdf-viewer.md b/packages/fluent/docs/customization-pdf-viewer.md
index ada3d6c7721..8c1702ab382 100644
--- a/packages/fluent/docs/customization-pdf-viewer.md
+++ b/packages/fluent/docs/customization-pdf-viewer.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-pdf-viewer-canvas-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -114,7 +114,7 @@ The following table lists the available variables for customization.
- DescriptionThe text color of the PDFViewer canvas.
+ DescriptionText color of the PDF viewer canvas.
diff --git a/packages/fluent/docs/customization-pivotgrid.md b/packages/fluent/docs/customization-pivotgrid.md
index b8cb32dbcf5..f61908a2152 100644
--- a/packages/fluent/docs/customization-pivotgrid.md
+++ b/packages/fluent/docs/customization-pivotgrid.md
@@ -210,7 +210,7 @@ The following table lists the available variables for customization.
$kendo-pivotgrid-headers-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -230,7 +230,7 @@ The following table lists the available variables for customization.
$kendo-pivotgrid-total-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))
@@ -480,7 +480,7 @@ The following table lists the available variables for customization.
$kendo-pivotgrid-configurator-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
diff --git a/packages/fluent/docs/customization-progressbar.md b/packages/fluent/docs/customization-progressbar.md
index a1198ea2dd8..6fb5350b2a6 100644
--- a/packages/fluent/docs/customization-progressbar.md
+++ b/packages/fluent/docs/customization-progressbar.md
@@ -130,7 +130,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-bg
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
@@ -170,7 +170,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-value-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -230,7 +230,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-disabled-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))
@@ -240,7 +240,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-disabled-text
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-value-disabled-bg
- k-get-theme-color-var( primary-30 )
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-30 ))
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-indeterminate-bg
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
@@ -290,7 +290,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-indeterminate-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
@@ -300,7 +300,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-indeterminate-gradient-horizontal
- linear-gradient(270deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%)
+ linear-gradient(270deg, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 15%, if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) 50%, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 85%)
@@ -310,7 +310,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-indeterminate-gradient-vertical
- linear-gradient(180deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%)
+ linear-gradient(180deg, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 15%, if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) 50%, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 85%)
@@ -350,7 +350,7 @@ The following table lists the available variables for customization.
$kendo-circular-progressbar-arc-stroke
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-radio.md b/packages/fluent/docs/customization-radio.md
index 2cc99acb127..3bd7343a921 100644
--- a/packages/fluent/docs/customization-radio.md
+++ b/packages/fluent/docs/customization-radio.md
@@ -99,7 +99,7 @@ The following table lists the available variables for customization.
$kendo-radio-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -119,7 +119,7 @@ The following table lists the available variables for customization.
$kendo-radio-hover-text
- k-get-theme-color( neutral, 130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color( neutral, 130 ))
@@ -149,7 +149,7 @@ The following table lists the available variables for customization.
$kendo-radio-checked-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -159,7 +159,7 @@ The following table lists the available variables for customization.
$kendo-radio-checked-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -179,7 +179,7 @@ The following table lists the available variables for customization.
$kendo-radio-hover-checked-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -189,7 +189,7 @@ The following table lists the available variables for customization.
$kendo-radio-hover-checked-border
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -219,7 +219,7 @@ The following table lists the available variables for customization.
$kendo-radio-focus-outline
- 1px solid k-get-theme-color-var( neutral-130 )
+ 1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -249,7 +249,7 @@ The following table lists the available variables for customization.
$kendo-radio-disabled-text
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -259,7 +259,7 @@ The following table lists the available variables for customization.
$kendo-radio-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -439,7 +439,7 @@ The following table lists the available variables for customization.
$kendo-radio-ripple-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-rating.md b/packages/fluent/docs/customization-rating.md
index 5c2f8c9d42c..effcf0abd9d 100644
--- a/packages/fluent/docs/customization-rating.md
+++ b/packages/fluent/docs/customization-rating.md
@@ -90,7 +90,7 @@ The following table lists the available variables for customization.
$kendo-rating-item-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-rating-item-hover-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-rating-item-selected-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -160,7 +160,7 @@ The following table lists the available variables for customization.
$kendo-rating-item-selected-hover-text
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
diff --git a/packages/fluent/docs/customization-scheduler.md b/packages/fluent/docs/customization-scheduler.md
index fbfd559a5ab..d71a98aa2fd 100644
--- a/packages/fluent/docs/customization-scheduler.md
+++ b/packages/fluent/docs/customization-scheduler.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-selected-bg
- k-get-theme-color-var( primary-20 )
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-20 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-event-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-event-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -360,7 +360,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-event-selected-bg
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
@@ -470,7 +470,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-nonwork-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -510,7 +510,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-othermonth-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -600,7 +600,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-yearview-indicator-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -610,7 +610,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-yearview-indicator-selected-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -650,7 +650,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-tooltip-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -660,7 +660,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-tooltip-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -810,7 +810,7 @@ The following table lists the available variables for customization.
$kendo-scheduler-marquee-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-scrollview.md b/packages/fluent/docs/customization-scrollview.md
index 77b86f75e2d..4c991ada66d 100644
--- a/packages/fluent/docs/customization-scrollview.md
+++ b/packages/fluent/docs/customization-scrollview.md
@@ -110,7 +110,7 @@ The following table lists the available variables for customization.
$kendo-scrollview-pagebutton-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -130,7 +130,7 @@ The following table lists the available variables for customization.
$kendo-scrollview-pagebutton-primary-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-scrollview-pagebutton-hover-shadow
- 0 0 0 1px k-get-theme-color-var( neutral-30 )
+ 0 0 0 1px if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-30 ))
@@ -160,7 +160,7 @@ The following table lists the available variables for customization.
$kendo-scrollview-pagebutton-focus-shadow
- 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -170,7 +170,7 @@ The following table lists the available variables for customization.
$kendo-scrollview-pagebutton-primary-hover-shadow
- 0 0 0 2px k-get-theme-color-var( neutral-30 )
+ 0 0 0 2px if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-30 ))
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-scrollview-pagebutton-primary-focus-shadow
- 0 0 0 2px k-get-theme-color-var( neutral-130 )
+ 0 0 0 2px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -230,7 +230,7 @@ The following table lists the available variables for customization.
$kendo-scrollview-navigation-color
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-scrollview-navigation-focus-shadow
- 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization-searchbox.md b/packages/fluent/docs/customization-searchbox.md
index a1f1736995d..0fac73c96e9 100644
--- a/packages/fluent/docs/customization-searchbox.md
+++ b/packages/fluent/docs/customization-searchbox.md
@@ -30,7 +30,7 @@ The following table lists the available variables for customization.
$kendo-searchbox-icon-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-signature.md b/packages/fluent/docs/customization-signature.md
index a4ea1c0f368..6991f483a5f 100644
--- a/packages/fluent/docs/customization-signature.md
+++ b/packages/fluent/docs/customization-signature.md
@@ -120,7 +120,7 @@ The following table lists the available variables for customization.
$kendo-signature-line-color
- rgba( k-get-theme-color( info, 100 ), .4 )
+ rgba( if($kendo-enable-color-system, k-color( info, true ), k-get-theme-color( info, 100 )), .4 )
@@ -130,7 +130,7 @@ The following table lists the available variables for customization.
$kendo-signature-line-disabled-color
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
diff --git a/packages/fluent/docs/customization-skeleton.md b/packages/fluent/docs/customization-skeleton.md
index 17be9bb5f91..fe13208cf26 100644
--- a/packages/fluent/docs/customization-skeleton.md
+++ b/packages/fluent/docs/customization-skeleton.md
@@ -70,7 +70,7 @@ The following table lists the available variables for customization.
$kendo-skeleton-item-bg
- k-get-theme-color-var( neutral-50 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))
@@ -80,7 +80,7 @@ The following table lists the available variables for customization.
$kendo-skeleton-wave-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-20 ))
diff --git a/packages/fluent/docs/customization-slider.md b/packages/fluent/docs/customization-slider.md
index 40a8302331b..65a42b90120 100644
--- a/packages/fluent/docs/customization-slider.md
+++ b/packages/fluent/docs/customization-slider.md
@@ -120,7 +120,7 @@ The following table lists the available variables for customization.
$kendo-slider-track-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -140,7 +140,7 @@ The following table lists the available variables for customization.
$kendo-slider-track-hover-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -160,7 +160,7 @@ The following table lists the available variables for customization.
$kendo-slider-track-focus-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-slider-selection-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-slider-thumb-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -300,7 +300,7 @@ The following table lists the available variables for customization.
$kendo-slider-thumb-hover-border
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-120 ))
@@ -340,7 +340,7 @@ The following table lists the available variables for customization.
$kendo-slider-thumb-active-border
- k-get-theme-color-var( primary-130 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-130 ))
@@ -400,7 +400,7 @@ The following table lists the available variables for customization.
$kendo-slider-disabled-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .7 ), k-get-theme-color-var( neutral-130 ))
@@ -410,7 +410,7 @@ The following table lists the available variables for customization.
$kendo-slider-track-disabled-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))
@@ -420,7 +420,7 @@ The following table lists the available variables for customization.
$kendo-slider-selection-disabled-bg
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -430,7 +430,7 @@ The following table lists the available variables for customization.
$kendo-slider-thumb-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
diff --git a/packages/fluent/docs/customization-split-button.md b/packages/fluent/docs/customization-split-button.md
index 2cb1512264c..29a64d80171 100644
--- a/packages/fluent/docs/customization-split-button.md
+++ b/packages/fluent/docs/customization-split-button.md
@@ -110,7 +110,7 @@ The following table lists the available variables for customization.
$kendo-split-button-arrow-delimiter-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
diff --git a/packages/fluent/docs/customization-splitter.md b/packages/fluent/docs/customization-splitter.md
index bcbab11e92b..1a79404d617 100644
--- a/packages/fluent/docs/customization-splitter.md
+++ b/packages/fluent/docs/customization-splitter.md
@@ -160,7 +160,7 @@ The following table lists the available variables for customization.
$kendo-splitbar-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-splitbar-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-splitbar-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-spreadsheet.md b/packages/fluent/docs/customization-spreadsheet.md
index c3459086d55..6f0d358242e 100644
--- a/packages/fluent/docs/customization-spreadsheet.md
+++ b/packages/fluent/docs/customization-spreadsheet.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-primary-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -110,7 +110,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-primary-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -120,7 +120,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-header-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-table-header-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-selected-text
- k-get-theme-color-var( primary-160 )
+ if($kendo-enable-color-system, k-color( primary-on-subtle ), k-get-theme-color-var( primary-160 ))
@@ -190,7 +190,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-selected-bg
- k-get-theme-color-var( primary-30 )
+ if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-30 ))
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-selected-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -580,7 +580,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-resize-handle-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -590,7 +590,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-cell-comment-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -600,7 +600,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-cell-dirty-border
- k-get-theme-color-var( error-100 )
+ if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-100 ))
@@ -670,7 +670,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -680,7 +680,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -690,7 +690,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -700,7 +700,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -710,7 +710,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -720,7 +720,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-hover-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -730,7 +730,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-active-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -740,7 +740,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-active-bg
- k-get-theme-color-var( neutral-30 )
+ f($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))
@@ -750,7 +750,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-button-active-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -760,7 +760,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-filter-menu-icon-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -770,7 +770,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-error-border
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-subtle ), k-get-theme-color-var( error-190 ))
@@ -940,7 +940,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-drawing-handle-outline-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -950,7 +950,7 @@ The following table lists the available variables for customization.
$kendo-spreadsheet-drawing-handle-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-stepper.md b/packages/fluent/docs/customization-stepper.md
index 6f3db6e51b5..37735d997e1 100644
--- a/packages/fluent/docs/customization-stepper.md
+++ b/packages/fluent/docs/customization-stepper.md
@@ -250,7 +250,7 @@ The following table lists the available variables for customization.
$kendo-stepper-indicator-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -320,7 +320,7 @@ The following table lists the available variables for customization.
$kendo-stepper-indicator-done-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -330,7 +330,7 @@ The following table lists the available variables for customization.
$kendo-stepper-indicator-done-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( on-primary ), $kendo-color-white)
@@ -350,7 +350,7 @@ The following table lists the available variables for customization.
$kendo-stepper-indicator-done-hover-bg
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -380,7 +380,7 @@ The following table lists the available variables for customization.
$kendo-stepper-indicator-done-disabled-bg
- k-get-theme-color-var( primary-30 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .22 ), k-get-theme-color-var( primary-30 ))
@@ -410,7 +410,7 @@ The following table lists the available variables for customization.
$kendo-stepper-indicator-current-bg
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
@@ -510,7 +510,7 @@ The following table lists the available variables for customization.
$kendo-stepper-label-success-text
- k-get-theme-color-var( success-190 )
+ if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))
@@ -520,7 +520,7 @@ The following table lists the available variables for customization.
$kendo-stepper-label-error-text
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))
@@ -560,7 +560,7 @@ The following table lists the available variables for customization.
$kendo-stepper-optional-label-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization-switch.md b/packages/fluent/docs/customization-switch.md
index f8fc880fbe8..c50d855ee4f 100644
--- a/packages/fluent/docs/customization-switch.md
+++ b/packages/fluent/docs/customization-switch.md
@@ -94,7 +94,7 @@ The following table lists the available variables for customization.
$kendo-switch-focus-ring
- 1px solid k-get-theme-color-var( neutral-130 )
+ 1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -124,7 +124,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-track-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -154,7 +154,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-track-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -184,7 +184,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-track-focus-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -214,7 +214,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-track-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -224,7 +224,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-thumb-bg
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -244,7 +244,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-thumb-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -254,7 +254,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-thumb-hover-bg
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -274,7 +274,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-thumb-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -284,7 +284,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-thumb-disabled-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -304,7 +304,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-thumb-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -314,7 +314,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -324,7 +324,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -344,7 +344,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-hover-bg
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -354,7 +354,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-hover-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -374,7 +374,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-focus-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -384,7 +384,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-focus-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -404,7 +404,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-disabled-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -414,7 +414,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-disabled-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -424,7 +424,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-disabled-border
- $kendo-switch-on-track-disabled-bg
+ if($kendo-enable-color-system, transparent, $kendo-switch-on-track-disabled-bg)
@@ -434,7 +434,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-thumb-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -464,7 +464,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-thumb-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -494,7 +494,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-thumb-disabled-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-20 ))
@@ -514,7 +514,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-thumb-disabled-border
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))
diff --git a/packages/fluent/docs/customization-table.md b/packages/fluent/docs/customization-table.md
index c297ae7dfad..ca74c0dd249 100644
--- a/packages/fluent/docs/customization-table.md
+++ b/packages/fluent/docs/customization-table.md
@@ -168,7 +168,7 @@ The following table lists the available variables for customization.
$kendo-table-header-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -408,7 +408,7 @@ The following table lists the available variables for customization.
$kendo-table-selected-bg
- k-get-theme-color-var( primary-20 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .13 ), k-get-theme-color-var( primary-20 ))
@@ -438,7 +438,7 @@ The following table lists the available variables for customization.
$kendo-table-selected-hover-bg
- k-get-theme-color-var( primary-30 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .26 ), k-get-theme-color-var( primary-30 ))
diff --git a/packages/fluent/docs/customization-tabstrip.md b/packages/fluent/docs/customization-tabstrip.md
index 9cdbbc8ce0d..8724d3bddbe 100644
--- a/packages/fluent/docs/customization-tabstrip.md
+++ b/packages/fluent/docs/customization-tabstrip.md
@@ -310,7 +310,7 @@ The following table lists the available variables for customization.
$kendo-tabstrip-item-selected-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -320,7 +320,7 @@ The following table lists the available variables for customization.
$kendo-tabstrip-item-selected-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -350,7 +350,7 @@ The following table lists the available variables for customization.
$kendo-tabstrip-item-dragging-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -370,7 +370,7 @@ The following table lists the available variables for customization.
$kendo-tabstrip-indicator-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-taskboard.md b/packages/fluent/docs/customization-taskboard.md
index f5d75894880..76ed6915ec0 100644
--- a/packages/fluent/docs/customization-taskboard.md
+++ b/packages/fluent/docs/customization-taskboard.md
@@ -230,7 +230,7 @@ The following table lists the available variables for customization.
$kendo-taskboard-column-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -280,7 +280,7 @@ The following table lists the available variables for customization.
$kendo-taskboard-column-focus-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -580,7 +580,7 @@ The following table lists the available variables for customization.
$kendo-taskboard-card-selected-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -640,7 +640,7 @@ The following table lists the available variables for customization.
$kendo-taskboard-drag-placeholder-bg
- k-get-theme-color-var( neutral-50 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))
diff --git a/packages/fluent/docs/customization-tilelayout.md b/packages/fluent/docs/customization-tilelayout.md
index 68aa86ea507..b874ec55865 100644
--- a/packages/fluent/docs/customization-tilelayout.md
+++ b/packages/fluent/docs/customization-tilelayout.md
@@ -40,7 +40,7 @@ The following table lists the available variables for customization.
$kendo-tile-layout-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
diff --git a/packages/fluent/docs/customization-timeline.md b/packages/fluent/docs/customization-timeline.md
index a2bae4f25bf..8eafd1930bc 100644
--- a/packages/fluent/docs/customization-timeline.md
+++ b/packages/fluent/docs/customization-timeline.md
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-timeline-track-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -210,7 +210,7 @@ The following table lists the available variables for customization.
$kendo-timeline-track-border-color
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -360,7 +360,7 @@ The following table lists the available variables for customization.
$kendo-timeline-flag-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -430,7 +430,7 @@ The following table lists the available variables for customization.
$kendo-timeline-card-header-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -440,7 +440,7 @@ The following table lists the available variables for customization.
$kendo-timeline-card-body-scroll-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -570,7 +570,7 @@ The following table lists the available variables for customization.
$kendo-timeline-circle-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-toolbar.md b/packages/fluent/docs/customization-toolbar.md
index af541676908..962d4bf2fcf 100644
--- a/packages/fluent/docs/customization-toolbar.md
+++ b/packages/fluent/docs/customization-toolbar.md
@@ -160,7 +160,7 @@ The following table lists the available variables for customization.
$kendo-toolbar-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -190,7 +190,7 @@ The following table lists the available variables for customization.
$kendo-toolbar-separator-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -230,7 +230,7 @@ The following table lists the available variables for customization.
$kendo-toolbar-item-focus-outline-color
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization-tooltip.md b/packages/fluent/docs/customization-tooltip.md
index 65cd82bdf3c..68e2ced430a 100644
--- a/packages/fluent/docs/customization-tooltip.md
+++ b/packages/fluent/docs/customization-tooltip.md
@@ -140,7 +140,7 @@ The following table lists the available variables for customization.
$kendo-tooltip-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-tooltip-button-text
- k-get-theme-color-var( neutral-130, initial )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130, initial ))
diff --git a/packages/fluent/docs/customization-treeview.md b/packages/fluent/docs/customization-treeview.md
index dc62f9ae6ae..49dda37c97c 100644
--- a/packages/fluent/docs/customization-treeview.md
+++ b/packages/fluent/docs/customization-treeview.md
@@ -359,7 +359,7 @@ The following table lists the available variables for customization.
$kendo-treeview-item-focus-shadow
- inset 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization-upload.md b/packages/fluent/docs/customization-upload.md
index c9e741754f3..9a2762e62d0 100644
--- a/packages/fluent/docs/customization-upload.md
+++ b/packages/fluent/docs/customization-upload.md
@@ -130,7 +130,7 @@ The following table lists the available variables for customization.
$kendo-upload-dropzone-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -140,7 +140,7 @@ The following table lists the available variables for customization.
$kendo-upload-dropzone-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-upload-dropzone-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-upload-progress-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -270,7 +270,7 @@ The following table lists the available variables for customization.
$kendo-upload-success-text
- k-get-theme-color-var( success-190 )
+ if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))
@@ -280,7 +280,7 @@ The following table lists the available variables for customization.
$kendo-upload-success-bg
- k-get-theme-color-var( success-190 )
+ if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))
@@ -290,7 +290,7 @@ The following table lists the available variables for customization.
$kendo-upload-error-text
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))
@@ -300,7 +300,7 @@ The following table lists the available variables for customization.
$kendo-upload-error-bg
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))
diff --git a/packages/fluent/docs/customization-window.md b/packages/fluent/docs/customization-window.md
index 9b55a1dc022..b7ece6d61d3 100644
--- a/packages/fluent/docs/customization-window.md
+++ b/packages/fluent/docs/customization-window.md
@@ -260,7 +260,7 @@ The following table lists the available variables for customization.
$kendo-window-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -300,7 +300,7 @@ The following table lists the available variables for customization.
$kendo-window-titlebar-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -310,7 +310,7 @@ The following table lists the available variables for customization.
$kendo-window-titlebar-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
diff --git a/packages/fluent/docs/customization-wizard.md b/packages/fluent/docs/customization-wizard.md
index 0ab98135bac..41010b818e4 100644
--- a/packages/fluent/docs/customization-wizard.md
+++ b/packages/fluent/docs/customization-wizard.md
@@ -170,7 +170,7 @@ The following table lists the available variables for customization.
$kendo-wizard-step-focus-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/fluent/docs/customization.md b/packages/fluent/docs/customization.md
index b9c96226bb6..ab7e3900afa 100644
--- a/packages/fluent/docs/customization.md
+++ b/packages/fluent/docs/customization.md
@@ -227,7 +227,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-tooltip-brand-colors
(
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
success: success,
warning: warning,
@@ -693,7 +693,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-actionsheet-item-icon-color
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-110 ))
@@ -1093,7 +1093,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-appbar-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -1118,7 +1118,7 @@ The following table lists the available variables for customizing the Fluent the
error: error,
success: success,
info: info,
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
)
@@ -1219,7 +1219,7 @@ The following table lists the available variables for customizing the Fluent the
error: error,
success: success,
info: info,
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
)
@@ -1498,7 +1498,7 @@ The following table lists the available variables for customizing the Fluent the
error: error,
success: success,
info: info,
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
)
@@ -1735,7 +1735,7 @@ The following table lists the available variables for customizing the Fluent the
error: error,
success: success,
info: info,
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
)
@@ -1947,7 +1947,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-breadcrumb-focus-shadow
- 0 0 0 1px k-get-theme-color-var( neutral-30 )
+ 0 0 0 1px if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -2097,7 +2097,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-breadcrumb-link-hover-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -2137,7 +2137,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-breadcrumb-link-active-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))
@@ -2157,7 +2157,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-breadcrumb-link-focus-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -2227,7 +2227,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-breadcrumb-link-selected-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -2961,7 +2961,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-header-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -3261,7 +3261,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-today-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -3271,7 +3271,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-today-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -3281,7 +3281,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-today-hover-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -3291,7 +3291,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-today-hover-bg
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-120 ))
@@ -3451,7 +3451,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-cell-focus-shadow
- inset 0 0 0 1px k-get-theme-color-var( neutral-130)
+ inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -3491,7 +3491,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-navigation-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -3561,7 +3561,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-range-bg
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))
@@ -3581,7 +3581,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-range-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -3591,7 +3591,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-start-range-hover-shadow
- inset 1px -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )
+ inset 1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -3601,7 +3601,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-mid-range-hover-shadow
- inset 0 -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )
+ inset 0 -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -3611,7 +3611,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-calendar-end-range-hover-shadow
- inset -1px -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )
+ inset -1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -4041,7 +4041,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-card-header-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -4401,7 +4401,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-series-a
- k-get-theme-color-var( series-a-100 )
+ if($kendo-enable-color-system, k-color( series-a ), k-get-theme-color-var( series-a-100 ))
@@ -4411,7 +4411,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-series-b
- k-get-theme-color-var( series-b-100 )
+ if($kendo-enable-color-system, k-color( series-b ), k-get-theme-color-var( series-b-100 ))
@@ -4421,7 +4421,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-series-c
- k-get-theme-color-var( series-c-100 )
+ if($kendo-enable-color-system, k-color( series-c ), k-get-theme-color-var( series-c-100 ))
@@ -4431,7 +4431,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-series-d
- k-get-theme-color-var( series-d-100 )
+ if($kendo-enable-color-system, k-color( series-d ), k-get-theme-color-var( series-d-100 ))
@@ -4441,7 +4441,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-series-e
- k-get-theme-color-var( series-e-100 )
+ if($kendo-enable-color-system, k-color( series-e ), k-get-theme-color-var( series-e-100 ))
@@ -4451,7 +4451,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-series-f
- k-get-theme-color-var( series-f-100 )
+ if($kendo-enable-color-system, k-color( series-f ), k-get-theme-color-var( series-f-100 ))
@@ -4561,7 +4561,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chart-major-lines
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -4571,7 +4571,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chart-minor-lines
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -4641,7 +4641,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chart-tooltip-color
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -4651,7 +4651,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chart-tooltip-color-inverse
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -4661,7 +4661,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chart-crosshair-background
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -4671,7 +4671,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chart-crosshair-shared-tooltip-color
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -4701,7 +4701,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chart-notes-background
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -4731,7 +4731,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chart-handle-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -4791,7 +4791,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-error-bars-background
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( neutral-110 ))
@@ -4881,7 +4881,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-treemap-title-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -4891,7 +4891,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-treemap-title-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -5361,7 +5361,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chat-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -5371,7 +5371,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chat-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -5381,7 +5381,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chat-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -5451,7 +5451,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chat-alt-bubble-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -5521,7 +5521,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chat-quick-reply-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -5531,7 +5531,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chat-quick-reply-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -5541,7 +5541,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chat-quick-reply-hover-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -5561,7 +5561,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chat-quick-reply-hover-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -5631,7 +5631,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -5651,7 +5651,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-hover-text
- k-get-theme-color( neutral, 130 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color( neutral, 130 ))
@@ -5671,7 +5671,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-checked-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -5681,7 +5681,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-checked-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -5701,7 +5701,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-hover-checked-bg
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -5711,7 +5711,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-hover-checked-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -5751,7 +5751,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-focus-outline
- 1px solid k-get-theme-color-var( neutral-130 )
+ 1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -5771,7 +5771,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-indeterminate-text
- k-get-theme-color( primary, 100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color( primary, 100 ))
@@ -5781,7 +5781,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-indeterminate-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -5801,7 +5801,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-hover-indeterminate-text
- k-get-theme-color( primary, 110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color( primary, 110 ))
@@ -5811,7 +5811,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-hover-indeterminate-border
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -5831,7 +5831,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-disabled-text
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -5841,7 +5841,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -5851,7 +5851,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-disabled-checked-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -5861,7 +5861,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-disabled-checked-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -5871,7 +5871,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-disabled-checked-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, transparent, k-get-theme-color-var( neutral-60 ))
@@ -5891,7 +5891,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-disabled-indeterminate-text
- k-get-theme-color( neutral, 60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color( neutral, 60 ))
@@ -5901,7 +5901,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-disabled-indeterminate-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -6091,7 +6091,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-checkbox-ripple-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -6231,7 +6231,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-chip-outline-disabled-border
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -6604,7 +6604,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-focus-border
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))
@@ -6664,7 +6664,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-canvas-rectangle-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -6704,7 +6704,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-slider-border-width
- 1px
+ if($kendo-enable-color-system, 0, 1px)
@@ -6714,7 +6714,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-slider-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -6794,7 +6794,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-draghandle-border
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -6804,7 +6804,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-draghandle-shadow
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -6824,7 +6824,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-draghandle-focus-border
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -6834,7 +6834,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-draghandle-focus-shadow
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -6844,7 +6844,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-gradient-draghandle-hover-shadow
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -6944,6 +6944,36 @@ The following table lists the available variables for customizing the Fluent the
+### Color System
+
+
+
+
+
+
+
+
+
+
+ Name
+ Type
+ Default value
+ Computed value
+
+
+
+ $kendo-colors
+
+ $_default-colors
+
+
+
+ DescriptionThe global default Colors map.
+
+
+
+
+
### Color-preview
@@ -7004,7 +7034,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-preview-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -7014,7 +7044,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-preview-hover-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -7024,7 +7054,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-preview-no-color-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -7034,7 +7064,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-preview-no-color-text
- k-get-theme-color( error, 190 )
+ if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color( error, 190 ))
@@ -7184,7 +7214,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-editor-focus-border
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))
@@ -7444,7 +7474,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-palette-tile-focus-outline
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -7454,7 +7484,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-palette-tile-focus-shadow
- inset 0 0 0 2px $kendo-color-white
+ inset 0 0 0 2px if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -7464,7 +7494,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-palette-tile-hover-outline
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))
@@ -7474,7 +7504,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-color-palette-tile-hover-shadow
- inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px $kendo-color-white
+ inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -7784,7 +7814,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dock-manager-pane-header-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -7904,7 +7934,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dock-manager-unpinned-container-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -7944,7 +7974,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dock-indicator-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -7994,7 +8024,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dock-indicator-hover-bg
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -8004,7 +8034,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dock-indicator-hover-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -8044,7 +8074,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dock-manager-dock-preview-bg
- color-mix(in srgb, k-get-theme-color-var( primary-100 ) 20%, transparent)
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .2 ), color-mix(in srgb, k-get-theme-color-var( primary-100 ) 20%, transparent))
@@ -8054,7 +8084,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dock-manager-dock-preview-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -8294,7 +8324,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drop-hint-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -8424,7 +8454,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-scrollbar-color
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -8434,7 +8464,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-scrollbar-bg
- k-get-theme-color-var( neutral-40 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-40 ))
@@ -8454,7 +8484,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-scrollbar-hover-color
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), k-get-theme-color-var( neutral-110 ))
@@ -8564,7 +8594,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-item-ripple-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -8594,7 +8624,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-item-icon-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -8614,7 +8644,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-item-hover-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -8624,7 +8654,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-item-hover-icon-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -8654,7 +8684,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-item-focus-shadow
- inset 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -8694,7 +8724,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-item-selected-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -8704,7 +8734,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-drawer-item-selected-icon-text
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
@@ -8874,7 +8904,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dropzone-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -8888,7 +8918,7 @@ The following table lists the available variables for customizing the Fluent the
- DescriptionThe text color of the DropZone.
+ DescriptionText color of the dropzone.
@@ -8914,7 +8944,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dropzone-icon-text
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-90 ))
@@ -8924,11 +8954,11 @@ The following table lists the available variables for customizing the Fluent the
$kendo-dropzone-icon-hover-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
- DescriptionThe text color of the hovered DropZone icon.
+ DescriptionText color of the icon when the dropzone is hovered.
@@ -9154,7 +9184,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-editor-selected-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -9164,7 +9194,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-editor-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -9174,7 +9204,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-editor-highlighted-bg
- k-get-theme-color-var( primary-60 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .55 ), k-get-theme-color-var( primary-60 ))
@@ -9204,7 +9234,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-editor-resize-handle-border
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -9214,7 +9244,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-editor-resize-handle-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -9224,7 +9254,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-editor-selectednode-outline-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -9404,7 +9434,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-expander-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -9424,7 +9454,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-expander-shadow
- inset 0 0 0 2px k-get-theme-color-var( neutral-30 )
+ inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -9494,7 +9524,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-expander-focus-outline
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -9514,7 +9544,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-expander-focus-shadow
- inset 0px 0px 0px 2px k-get-theme-color-var( neutral-130 )
+ inset 0px 0px 0px 2px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -9544,7 +9574,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-expander-header-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -9564,7 +9594,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-expander-header-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -9574,7 +9604,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-expander-title-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -10294,7 +10324,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-filter-preview-field-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -10304,7 +10334,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-filter-preview-operator-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -10324,7 +10354,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-filter-toolbar-focus-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -10769,7 +10799,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-fab-item-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -10789,7 +10819,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-fab-item-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -10819,7 +10849,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-fab-item-hover-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -10829,7 +10859,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-fab-item-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -10849,7 +10879,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-fab-item-focus-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -10879,7 +10909,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-fab-item-active-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -11319,7 +11349,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-form-hint-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -11539,7 +11569,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-fieldset-legend-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -11669,7 +11699,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-nonwork-bg
- rgba( $kendo-color-black, .04 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), $kendo-color-black), .04 )
@@ -11719,7 +11749,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-line-selected-fill
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
@@ -11749,7 +11779,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-dot-bg
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -11759,7 +11789,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-dot-border
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -11769,7 +11799,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-dot-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -11779,7 +11809,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-dot-hover-border
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -11809,7 +11839,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-milestone-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -11819,7 +11849,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-milestone-selected-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -11829,7 +11859,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-summary-bg
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-110 ))
@@ -11839,7 +11869,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-summary-progress-bg
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -11849,7 +11879,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-summary-selected-bg
- k-get-theme-color-var( primary-50 )
+ if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-50 ))
@@ -11859,7 +11889,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-summary-progress-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -11899,7 +11929,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-task-bg
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-110 ))
@@ -11909,7 +11939,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-task-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -11929,7 +11959,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-task-progress-bg
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -11939,7 +11969,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-task-progress-hover-bg
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -11949,7 +11979,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-task-selected-bg
- k-get-theme-color-var( primary-50 )
+ if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-50 ))
@@ -11959,7 +11989,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-task-selected-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -11979,7 +12009,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-task-progress-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -12159,7 +12189,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-planned-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -12169,7 +12199,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-planned-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -12179,7 +12209,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-planned-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -12189,7 +12219,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-delayed-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -12199,7 +12229,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-delayed-bg
- k-get-theme-color-var( error-160 )
+ if($kendo-enable-color-system, k-color( error-emphasis ), k-get-theme-color-var( error-160 ))
@@ -12209,7 +12239,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-delayed-bg-lighter
- k-get-theme-color-var( error-110)
+ if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-110))
@@ -12219,7 +12249,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-delayed-hover-bg
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-subtle ), k-get-theme-color-var( error-190 ))
@@ -12229,7 +12259,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-advanced-bg
- k-get-theme-color-var( success-160 )
+ if($kendo-enable-color-system, k-color( success-emphasis ), k-get-theme-color-var( success-160 ))
@@ -12239,7 +12269,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-advanced-bg-lighter
- k-get-theme-color-var( success-110 )
+ if($kendo-enable-color-system, k-color( success ), k-get-theme-color-var( success-110 ))
@@ -12249,7 +12279,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-advanced-hover-bg
- k-get-theme-color-var( success-190 )
+ if($kendo-enable-color-system, k-color( success-on-subtle ), k-get-theme-color-var( success-190 ))
@@ -12259,7 +12289,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-action-on-offset-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -12309,7 +12339,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-validation-tooltip-valid-border
- k-get-theme-color-var( success-100 )
+ if($kendo-enable-color-system, k-color( success ), k-get-theme-color-var( success-100 ))
@@ -12319,7 +12349,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-gantt-validation-tooltip-invalid-border
- k-get-theme-color-var( error-100 )
+ if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-100 ))
@@ -12819,7 +12849,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-header-icon-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -13129,7 +13159,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-sort-indicator-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -13139,7 +13169,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-sort-indicator-order-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -13149,7 +13179,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-sorted-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -13249,7 +13279,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-group-indicator-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -13259,7 +13289,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-group-indicator-icon-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -13289,7 +13319,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-group-drop-hint-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -13329,7 +13359,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-sticky-border
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .8 ), k-get-theme-color-var( neutral-90 ))
@@ -13429,7 +13459,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-sticky-selected-hover-bg
- $kendo-grid-selected-hover-bg
+ if($kendo-enable-color-system, $kendo-grid-sticky-selected-bg, $kendo-grid-selected-hover-bg)
@@ -13859,7 +13889,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-row-resizer-hover-bg
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -13869,7 +13899,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-grid-row-resizer-active-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -13979,7 +14009,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-image-editor-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -14069,7 +14099,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-image-editor-content-bg
- k-get-theme-color-var( neutral-50 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))
@@ -14189,7 +14219,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-image-editor-crop-border
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -14539,7 +14569,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-solid-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -14549,7 +14579,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-solid-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -14559,7 +14589,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-solid-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -14569,7 +14599,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-solid-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -14589,7 +14619,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-solid-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -14619,7 +14649,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-solid-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -14689,7 +14719,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -14699,7 +14729,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -14709,7 +14739,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -14719,7 +14749,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -14729,7 +14759,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -14739,7 +14769,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -14749,7 +14779,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -14759,7 +14789,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -14769,7 +14799,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-outline-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -14839,7 +14869,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -14849,7 +14879,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -14859,7 +14889,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -14869,7 +14899,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -14879,7 +14909,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -14889,7 +14919,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -14899,7 +14929,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -14909,7 +14939,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -14919,7 +14949,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-flat-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -14989,7 +15019,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -14999,7 +15029,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -15009,7 +15039,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-border
- k-get-theme-color-var( neutral-130 )!default
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))!default
@@ -15019,7 +15049,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -15029,7 +15059,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -15039,7 +15069,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -15049,7 +15079,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -15059,7 +15089,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -15069,7 +15099,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -15119,7 +15149,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-solid-disabled-bg
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), k-get-theme-color-var( neutral-30 ))
@@ -15139,7 +15169,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -15159,7 +15189,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -15169,7 +15199,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-hover-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -15179,7 +15209,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-hover-bg
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -15199,7 +15229,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -15209,7 +15239,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-focus-bg
- $kendo-color-white!default
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -15219,7 +15249,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -15229,7 +15259,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-hover-focus-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -15239,7 +15269,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-hover-focus-bg
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -15249,7 +15279,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-outline-hover-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -15289,7 +15319,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-flat-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -15309,7 +15339,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-flat-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -15319,7 +15349,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-flat-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -15329,7 +15359,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-flat-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -15339,7 +15369,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-flat-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -15349,7 +15379,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-flat-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -15359,7 +15389,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-flat-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -15369,7 +15399,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-picker-flat-focus-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -15622,7 +15652,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-prefix-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))
@@ -15632,7 +15662,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-suffix-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))
@@ -15732,7 +15762,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-placeholder-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -15752,7 +15782,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-input-clear-value-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -16032,7 +16062,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-icon-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -16140,7 +16170,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-header-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -16150,7 +16180,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-header-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -16180,7 +16210,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -16190,7 +16220,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -16200,7 +16230,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -16210,7 +16240,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -16220,7 +16250,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-focus-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -16230,7 +16260,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-focus-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -16240,7 +16270,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-focus-shadow
- inset 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -16250,7 +16280,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-selected-bg
- k-get-theme-color-var( neutral-40 )
+ if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-40 ))
@@ -16260,7 +16290,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-selected-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -16270,7 +16300,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-selected-hover-bg
- k-get-theme-color-var( neutral-50 )
+ if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-50 ))
@@ -16280,7 +16310,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-selected-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -16290,7 +16320,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-disabled-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -16300,7 +16330,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-item-disabled-text
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -16310,7 +16340,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-group-item-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -16320,7 +16350,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-group-item-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -16350,7 +16380,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-list-no-data-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -16520,7 +16550,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-listbox-drop-hint-border-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -16890,7 +16920,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-listview-item-selected-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-20 ))
@@ -17220,7 +17250,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-loader-container-panel-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -17352,7 +17382,7 @@ The following table lists the available variables for customizing the Fluent the
(
primary: primary,
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
error: error,
success: success,
@@ -17448,7 +17478,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-map-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -17538,7 +17568,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-map-navigator-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -17548,7 +17578,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-map-navigator-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -17558,7 +17588,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-map-navigator-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -17628,7 +17658,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-map-attribution-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -17638,7 +17668,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-map-marker-fill
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -17738,7 +17768,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-media-player-overlay-bg
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -17748,7 +17778,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-media-player-quality-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -17788,7 +17818,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-media-player-titlebar-bg
- rgba( $kendo-color-black, .4 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), $kendo-color-black), .4 )
@@ -18326,7 +18356,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-menu-popup-item-focus-outline
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
@@ -18416,7 +18446,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-menu-icon-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -18742,7 +18772,7 @@ The following table lists the available variables for customizing the Fluent the
warning: warning,
success: success,
info: info,
- secondary: neutral,
+ secondary: if($kendo-enable-color-system, secondary, neutral),
tertiary: tertiary,
)
@@ -18944,7 +18974,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-orgchart-node-group-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -18954,7 +18984,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-orgchart-node-group-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -18964,7 +18994,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-orgchart-node-group-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -19224,7 +19254,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-orgchart-line-text
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -19434,7 +19464,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-pager-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -19484,7 +19514,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-pager-focus-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -19544,7 +19574,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-pager-sizes-label-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -19554,7 +19584,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-pager-info-label-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -19850,7 +19880,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-panelbar-header-hover-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -19950,7 +19980,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-panelbar-header-selected-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -19970,7 +20000,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-panelbar-selected-marker
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -20110,7 +20140,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-panelbar-item-hover-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -20210,7 +20240,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-panelbar-item-selected-text
- $kendo-color-black
+ if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)
@@ -20410,7 +20440,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-pdf-viewer-canvas-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -20424,7 +20454,7 @@ The following table lists the available variables for customizing the Fluent the
- DescriptionThe text color of the PDFViewer canvas.
+ DescriptionText color of the PDF viewer canvas.
@@ -20840,7 +20870,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-pivotgrid-headers-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -20860,7 +20890,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-pivotgrid-total-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))
@@ -21110,7 +21140,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-pivotgrid-configurator-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -21890,7 +21920,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-bg
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
@@ -21930,7 +21960,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-value-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -21990,7 +22020,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-disabled-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))
@@ -22000,7 +22030,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-disabled-text
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -22020,7 +22050,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-value-disabled-bg
- k-get-theme-color-var( primary-30 )
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-30 ))
@@ -22030,7 +22060,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-indeterminate-bg
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
@@ -22050,7 +22080,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-indeterminate-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
@@ -22060,7 +22090,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-indeterminate-gradient-horizontal
- linear-gradient(270deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%)
+ linear-gradient(270deg, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 15%, if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) 50%, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 85%)
@@ -22070,7 +22100,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-progressbar-indeterminate-gradient-vertical
- linear-gradient(180deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%)
+ linear-gradient(180deg, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 15%, if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) 50%, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 85%)
@@ -22110,7 +22140,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-circular-progressbar-arc-stroke
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -22439,7 +22469,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -22459,7 +22489,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-hover-text
- k-get-theme-color( neutral, 130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color( neutral, 130 ))
@@ -22489,7 +22519,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-checked-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -22499,7 +22529,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-checked-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -22519,7 +22549,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-hover-checked-text
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -22529,7 +22559,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-hover-checked-border
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -22559,7 +22589,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-focus-outline
- 1px solid k-get-theme-color-var( neutral-130 )
+ 1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -22589,7 +22619,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-disabled-text
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -22599,7 +22629,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -22779,7 +22809,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-radio-ripple-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -22879,7 +22909,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-rating-item-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -22889,7 +22919,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-rating-item-hover-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -22939,7 +22969,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-rating-item-selected-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -22949,7 +22979,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-rating-item-selected-hover-text
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
@@ -23049,7 +23079,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-selected-bg
- k-get-theme-color-var( primary-20 )
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-20 ))
@@ -23209,7 +23239,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-event-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -23219,7 +23249,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-event-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -23309,7 +23339,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-event-selected-bg
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
@@ -23419,7 +23449,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-nonwork-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -23459,7 +23489,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-othermonth-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -23549,7 +23579,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-yearview-indicator-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -23559,7 +23589,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-yearview-indicator-selected-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -23599,7 +23629,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-tooltip-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -23609,7 +23639,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-tooltip-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -23759,7 +23789,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scheduler-marquee-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -23869,7 +23899,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scrollview-pagebutton-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -23889,7 +23919,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scrollview-pagebutton-primary-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -23909,7 +23939,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scrollview-pagebutton-hover-shadow
- 0 0 0 1px k-get-theme-color-var( neutral-30 )
+ 0 0 0 1px if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-30 ))
@@ -23919,7 +23949,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scrollview-pagebutton-focus-shadow
- 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -23929,7 +23959,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scrollview-pagebutton-primary-hover-shadow
- 0 0 0 2px k-get-theme-color-var( neutral-30 )
+ 0 0 0 2px if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-30 ))
@@ -23939,7 +23969,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scrollview-pagebutton-primary-focus-shadow
- 0 0 0 2px k-get-theme-color-var( neutral-130 )
+ 0 0 0 2px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -23989,7 +24019,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scrollview-navigation-color
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -24019,7 +24049,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-scrollview-navigation-focus-shadow
- 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -24099,7 +24129,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-searchbox-icon-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -24219,7 +24249,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-signature-line-color
- rgba( k-get-theme-color( info, 100 ), .4 )
+ rgba( if($kendo-enable-color-system, k-color( info, true ), k-get-theme-color( info, 100 )), .4 )
@@ -24229,7 +24259,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-signature-line-disabled-color
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -24375,7 +24405,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-skeleton-item-bg
- k-get-theme-color-var( neutral-50 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))
@@ -24385,7 +24415,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-skeleton-wave-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-20 ))
@@ -24505,7 +24535,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-track-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -24525,7 +24555,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-track-hover-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -24545,7 +24575,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-track-focus-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -24565,7 +24595,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-selection-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -24645,7 +24675,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-thumb-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -24685,7 +24715,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-thumb-hover-border
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-120 ))
@@ -24725,7 +24755,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-thumb-active-border
- k-get-theme-color-var( primary-130 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-130 ))
@@ -24785,7 +24815,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-disabled-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .7 ), k-get-theme-color-var( neutral-130 ))
@@ -24795,7 +24825,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-track-disabled-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))
@@ -24805,7 +24835,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-selection-disabled-bg
- k-get-theme-color-var( neutral-90 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))
@@ -24815,7 +24845,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-slider-thumb-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -24965,7 +24995,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-split-button-arrow-delimiter-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -25139,7 +25169,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-splitbar-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -25159,7 +25189,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-splitbar-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -25179,7 +25209,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-splitbar-selected-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -25299,7 +25329,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-primary-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -25309,7 +25339,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-primary-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -25319,7 +25349,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-header-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -25349,7 +25379,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-table-header-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -25379,7 +25409,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-selected-text
- k-get-theme-color-var( primary-160 )
+ if($kendo-enable-color-system, k-color( primary-on-subtle ), k-get-theme-color-var( primary-160 ))
@@ -25389,7 +25419,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-selected-bg
- k-get-theme-color-var( primary-30 )
+ if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-30 ))
@@ -25399,7 +25429,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-selected-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -25779,7 +25809,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-resize-handle-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -25789,7 +25819,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-cell-comment-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -25799,7 +25829,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-cell-dirty-border
- k-get-theme-color-var( error-100 )
+ if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-100 ))
@@ -25869,7 +25899,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -25879,7 +25909,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -25889,7 +25919,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -25899,7 +25929,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-hover-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -25909,7 +25939,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-hover-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
@@ -25919,7 +25949,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-hover-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -25929,7 +25959,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-active-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -25939,7 +25969,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-active-bg
- k-get-theme-color-var( neutral-30 )
+ f($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))
@@ -25949,7 +25979,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-button-active-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -25959,7 +25989,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-filter-menu-icon-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -25969,7 +25999,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-error-border
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-subtle ), k-get-theme-color-var( error-190 ))
@@ -26139,7 +26169,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-drawing-handle-outline-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -26149,7 +26179,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-spreadsheet-drawing-handle-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -26459,7 +26489,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-indicator-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -26529,7 +26559,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-indicator-done-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -26539,7 +26569,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-indicator-done-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( on-primary ), $kendo-color-white)
@@ -26559,7 +26589,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-indicator-done-hover-bg
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -26589,7 +26619,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-indicator-done-disabled-bg
- k-get-theme-color-var( primary-30 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .22 ), k-get-theme-color-var( primary-30 ))
@@ -26619,7 +26649,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-indicator-current-bg
- k-get-theme-color-var( primary-120 )
+ if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))
@@ -26719,7 +26749,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-label-success-text
- k-get-theme-color-var( success-190 )
+ if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))
@@ -26729,7 +26759,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-label-error-text
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))
@@ -26769,7 +26799,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-stepper-optional-label-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -26923,7 +26953,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-focus-ring
- 1px solid k-get-theme-color-var( neutral-130 )
+ 1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -26953,7 +26983,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-track-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -26983,7 +27013,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-track-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -27013,7 +27043,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-track-focus-border
- k-get-theme-color-var( neutral-110 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))
@@ -27043,7 +27073,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-track-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -27053,7 +27083,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-thumb-bg
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -27073,7 +27103,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-thumb-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -27083,7 +27113,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-thumb-hover-bg
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -27103,7 +27133,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-thumb-hover-border
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))
@@ -27113,7 +27143,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-thumb-disabled-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -27133,7 +27163,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-off-thumb-disabled-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -27143,7 +27173,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -27153,7 +27183,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -27173,7 +27203,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-hover-bg
- k-get-theme-color-var( primary-110 )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))
@@ -27183,7 +27213,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-hover-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -27203,7 +27233,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-focus-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -27213,7 +27243,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-focus-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -27233,7 +27263,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-disabled-bg
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -27243,7 +27273,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-disabled-text
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -27253,7 +27283,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-track-disabled-border
- $kendo-switch-on-track-disabled-bg
+ if($kendo-enable-color-system, transparent, $kendo-switch-on-track-disabled-bg)
@@ -27263,7 +27293,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-thumb-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -27293,7 +27323,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-thumb-hover-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -27323,7 +27353,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-thumb-disabled-bg
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-20 ))
@@ -27343,7 +27373,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-switch-on-thumb-disabled-border
- k-get-theme-color-var( neutral-20 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))
@@ -27511,7 +27541,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-table-header-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -27751,7 +27781,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-table-selected-bg
- k-get-theme-color-var( primary-20 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .13 ), k-get-theme-color-var( primary-20 ))
@@ -27781,7 +27811,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-table-selected-hover-bg
- k-get-theme-color-var( primary-30 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .26 ), k-get-theme-color-var( primary-30 ))
@@ -28111,7 +28141,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-tabstrip-item-selected-text
- k-get-theme-color-var( neutral-190 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
@@ -28121,7 +28151,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-tabstrip-item-selected-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -28151,7 +28181,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-tabstrip-item-dragging-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -28171,7 +28201,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-tabstrip-indicator-color
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -28491,7 +28521,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-taskboard-column-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -28541,7 +28571,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-taskboard-column-focus-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
@@ -28841,7 +28871,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-taskboard-card-selected-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -28901,7 +28931,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-taskboard-drag-placeholder-bg
- k-get-theme-color-var( neutral-50 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))
@@ -28951,7 +28981,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-tile-layout-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -29560,7 +29590,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-timeline-track-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -29570,7 +29600,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-timeline-track-border-color
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -29720,7 +29750,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-timeline-flag-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -29790,7 +29820,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-timeline-card-header-text
- k-get-theme-color-var( neutral-160 )
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
@@ -29800,7 +29830,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-timeline-card-body-scroll-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -29930,7 +29960,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-timeline-circle-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -30130,7 +30160,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-toolbar-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -30160,7 +30190,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-toolbar-separator-border
- k-get-theme-color-var( neutral-60 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))
@@ -30200,7 +30230,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-toolbar-item-focus-outline-color
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -30376,7 +30406,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-tooltip-bg
- $kendo-color-white
+ if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
@@ -30416,7 +30446,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-tooltip-button-text
- k-get-theme-color-var( neutral-130, initial )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130, initial ))
@@ -30815,7 +30845,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-treeview-item-focus-shadow
- inset 0 0 0 1px k-get-theme-color-var( neutral-130 )
+ inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
@@ -31155,7 +31185,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-upload-dropzone-text
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
@@ -31165,7 +31195,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-upload-dropzone-bg
- k-get-theme-color-var( neutral-10 )
+ if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
@@ -31175,7 +31205,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-upload-dropzone-border
- k-get-theme-color-var( neutral-30 )
+ if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))
@@ -31285,7 +31315,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-upload-progress-bg
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -31295,7 +31325,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-upload-success-text
- k-get-theme-color-var( success-190 )
+ if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))
@@ -31305,7 +31335,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-upload-success-bg
- k-get-theme-color-var( success-190 )
+ if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))
@@ -31315,7 +31345,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-upload-error-text
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))
@@ -31325,7 +31355,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-upload-error-bg
- k-get-theme-color-var( error-190 )
+ if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))
@@ -31595,7 +31625,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-window-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -31635,7 +31665,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-window-titlebar-text
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -31645,7 +31675,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-window-titlebar-border
- k-get-theme-color-var( primary-100 )
+ if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
@@ -31851,7 +31881,7 @@ The following table lists the available variables for customizing the Fluent the
$kendo-wizard-step-focus-border
- k-get-theme-color-var( neutral-130 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
diff --git a/packages/material/docs/customization-appbar.md b/packages/material/docs/customization-appbar.md
index ad505cc3031..8f6c1c494e5 100644
--- a/packages/material/docs/customization-appbar.md
+++ b/packages/material/docs/customization-appbar.md
@@ -140,7 +140,7 @@ The following table lists the available variables for customization.
$kendo-appbar-light-text
Color
- k-contrast-color( $kendo-color-light )
+ if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))
black
@@ -160,7 +160,7 @@ The following table lists the available variables for customization.
$kendo-appbar-dark-text
Color
- k-contrast-color( $kendo-color-dark )
+ if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))
white
diff --git a/packages/material/docs/customization-breadcrumb.md b/packages/material/docs/customization-breadcrumb.md
index 112b9ebcb4d..96bf4fa7691 100644
--- a/packages/material/docs/customization-breadcrumb.md
+++ b/packages/material/docs/customization-breadcrumb.md
@@ -460,7 +460,7 @@ The following table lists the available variables for customization.
$kendo-breadcrumb-link-focus-bg
Color
- k-map-get( $theme, focus-bg )
+ if($kendo-enable-color-system, k-color( base-active ), k-map-get( $theme, focus-bg ))
rgba(0, 0, 0, 0.12)
@@ -560,7 +560,7 @@ The following table lists the available variables for customization.
$kendo-breadcrumb-root-link-focus-bg
Color
- k-map-get( $theme, focus-bg )
+ if($kendo-enable-color-system, k-color( base-active ), k-map-get( $theme, focus-bg ))
rgba(0, 0, 0, 0.12)
diff --git a/packages/material/docs/customization-button.md b/packages/material/docs/customization-button.md
index 61c3241977b..209b00db20b 100644
--- a/packages/material/docs/customization-button.md
+++ b/packages/material/docs/customization-button.md
@@ -532,7 +532,7 @@ The following table lists the available variables for customization.
$kendo-button-disabled-bg
Color
- k-try-shade( $kendo-body-bg, 12% )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, rgba ), .09 ), k-try-shade( $kendo-body-bg, 12% ))
#e0e0e0
@@ -542,7 +542,7 @@ The following table lists the available variables for customization.
$kendo-button-disabled-text
Color
- $kendo-disabled-text
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, rgba ), .32 ), $kendo-disabled-text)
rgba(0, 0, 0, 0.38)
@@ -552,7 +552,7 @@ The following table lists the available variables for customization.
$kendo-button-disabled-border
Color
- $kendo-button-disabled-bg
+ if($kendo-enable-color-system, transparent, $kendo-button-disabled-bg)
#e0e0e0
diff --git a/packages/material/docs/customization-charts.md b/packages/material/docs/customization-charts.md
index 1e035437287..21203e4cf66 100644
--- a/packages/material/docs/customization-charts.md
+++ b/packages/material/docs/customization-charts.md
@@ -30,7 +30,7 @@ The following table lists the available variables for customization.
$kendo-series-a
Color
- get-base-hue( purple, 500 )
+ if($kendo-enable-color-system, k-color( series-a ), get-base-hue( purple, 500 ))
#9c27b0
@@ -40,7 +40,7 @@ The following table lists the available variables for customization.
$kendo-series-b
Color
- get-base-hue( blue, 500 )
+ if($kendo-enable-color-system, k-color( series-b ), get-base-hue( blue, 500 ))
#2196f3
@@ -50,7 +50,7 @@ The following table lists the available variables for customization.
$kendo-series-c
Color
- get-base-hue( teal, 500 )
+ if($kendo-enable-color-system, k-color( series-c ), get-base-hue( teal, 500 ))
#009688
@@ -60,7 +60,7 @@ The following table lists the available variables for customization.
$kendo-series-d
Color
- get-base-hue( yellow, 500 )
+ if($kendo-enable-color-system, k-color( series-d ), get-base-hue( yellow, 500 ))
#ffeb3b
@@ -70,7 +70,7 @@ The following table lists the available variables for customization.
$kendo-series-e
Color
- get-base-hue( red, 500 )
+ if($kendo-enable-color-system, k-color( series-e ), get-base-hue( red, 500 ))
#f44336
@@ -80,7 +80,7 @@ The following table lists the available variables for customization.
$kendo-series-f
Color
- get-base-hue( green, 500 )
+ if($kendo-enable-color-system, k-color( series-f ), get-base-hue( green, 500 ))
#4caf50
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-chart-major-lines
Color
- rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )
rgba(0, 0, 0, 0.08)
@@ -110,7 +110,7 @@ The following table lists the available variables for customization.
$kendo-chart-minor-lines
Color
- rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )
rgba(0, 0, 0, 0.04)
diff --git a/packages/material/docs/customization-checkbox.md b/packages/material/docs/customization-checkbox.md
index 0c696707c00..285c7875d2c 100644
--- a/packages/material/docs/customization-checkbox.md
+++ b/packages/material/docs/customization-checkbox.md
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-checkbox-border
Color
- rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .54 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .54 )
rgba(0, 0, 0, 0.54)
@@ -200,7 +200,7 @@ The following table lists the available variables for customization.
$kendo-checkbox-checked-text
Color
- k-contrast-color( $kendo-checkbox-checked-bg )
+ if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))
white
@@ -310,7 +310,7 @@ The following table lists the available variables for customization.
$kendo-checkbox-disabled-border
Color
- k-try-shade( $kendo-component-bg, 4 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 4 ))
#adadad
@@ -330,7 +330,7 @@ The following table lists the available variables for customization.
$kendo-checkbox-disabled-checked-text
Color
- k-contrast-color( $kendo-checkbox-disabled-checked-bg )
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))
black
diff --git a/packages/material/docs/customization-chip.md b/packages/material/docs/customization-chip.md
index 085fe269be7..0942c80fea4 100644
--- a/packages/material/docs/customization-chip.md
+++ b/packages/material/docs/customization-chip.md
@@ -249,7 +249,7 @@ The following table lists the available variables for customization.
$kendo-chip-base-bg
Color
- if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black)
+ if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black))
#000000
@@ -275,7 +275,7 @@ The following table lists the available variables for customization.
$kendo-chip-solid-bg
Color
- if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% ))
+ if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% )))
#ebebeb
@@ -325,7 +325,7 @@ The following table lists the available variables for customization.
$kendo-chip-solid-focus-bg
Color
- k-try-tint( $kendo-chip-base-bg, 80% )
+ if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 80% ))
#cccccc
@@ -345,7 +345,7 @@ The following table lists the available variables for customization.
$kendo-chip-solid-hover-bg
Color
- k-try-tint( $kendo-chip-base-bg, 84% )
+ if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 84% ))
#d6d6d6
@@ -365,7 +365,7 @@ The following table lists the available variables for customization.
$kendo-chip-solid-selected-bg
Color
- k-try-tint( $kendo-chip-base-bg, 76% )
+ if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 76% ))
#c2c2c2
@@ -425,7 +425,7 @@ The following table lists the available variables for customization.
$kendo-chip-outline-hover-bg
Color
- k-try-tint( $kendo-chip-base-bg, 92% )
+ if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 92% ))
#ebebeb
@@ -435,7 +435,7 @@ The following table lists the available variables for customization.
$kendo-chip-outline-hover-text
Color
- k-contrast-color( $kendo-chip-outline-hover-bg )
+ if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))
black
@@ -445,7 +445,7 @@ The following table lists the available variables for customization.
$kendo-chip-outline-selected-bg
Color
- k-try-tint( $kendo-chip-base-bg, 84% )
+ if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 84% ))
#d6d6d6
diff --git a/packages/material/docs/customization-color-system.md b/packages/material/docs/customization-color-system.md
index d843282ca24..2e8901d58fa 100644
--- a/packages/material/docs/customization-color-system.md
+++ b/packages/material/docs/customization-color-system.md
@@ -28,23 +28,13 @@ The following table lists the available variables for customization.
- $kendo-color-white
- Color
- #ffffff
- #ffffff
-
-
- DescriptionThe color white.
Note: you cannot change this value.
-
-
-
- $kendo-color-black
- Color
- #000000
- #000000
+ $kendo-colors
+ Map
+ $_default-colors
+ (app-surface: #ffffff, on-app-surface: #212121, subtle: #757575, surface: #f5f5f5, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.12), border-alt: rgba(0, 0, 0, 0.15), base-subtle: #ebebeb, base-subtle-hover: #d6d6d6, base-subtle-active: #c2c2c2, base: #ffffff, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #adadad, base-on-subtle: #212121, on-base: #212121, base-on-surface: #212121, primary-subtle: #d1d5ee, primary-subtle-hover: #c5cae8, primary-subtle-active: #b5bde3, primary: #3f51b5, primary-hover: #3a4ba7, primary-active: #354498, primary-emphasis: #97a0d7, primary-on-subtle: #161c3f, on-primary: #ffffff, primary-on-surface: #3f51b5, secondary-subtle: #fbcdd9, secondary-subtle-hover: #f9afc3, secondary-subtle-active: #f79bb3, secondary: #e51a5f, secondary-hover: #d31857, secondary-active: #c01650, secondary-emphasis: #f58da9, secondary-on-subtle: #500c22, on-secondary: #ffffff, secondary-on-surface: #ae1549, tertiary-subtle: #c9dbd8, tertiary-subtle-hover: #a9c6c1, tertiary-subtle-active: #92b8b1, tertiary: #00695c, tertiary-hover: #006155, tertiary-active: #00584d, tertiary-emphasis: #84aea7, tertiary-on-subtle: #002520, on-tertiary: #ffffff, tertiary-on-surface: #054f46, info-subtle: #c8d7fb, info-subtle-hover: #a7c0f7, info-subtle-active: #8fb0f6, info: #0058e9, info-hover: #0251d6, info-active: #034ac3, info-emphasis: #80a5f4, info-on-subtle: #071f51, on-info: #ffffff, info-on-surface: #0443b0, success-subtle: #d7f0cc, success-subtle-hover: #bae2ad, success-subtle-active: #a7db97, success: #37b400, success-hover: #33a600, success-active: #2e9704, success-emphasis: #93d775, success-on-subtle: #163f09, on-success: #ffffff, success-on-surface: #2b8906, warning-subtle: #fff0ce, warning-subtle-hover: #ffe7b0, warning-subtle-active: #ffe19c, warning: #ffc000, warning-hover: #ebb201, warning-active: #d6a202, warning-emphasis: #ffdd8f, warning-on-subtle: #59430a, on-warning: #000000, warning-on-surface: #ffc000, error-subtle: #fcc7c2, error-subtle-hover: #feafa8, error-subtle-active: #fe9a91, error: #f31700, error-hover: #e01701, error-active: #cc1505, error-emphasis: #fc8d83, error-on-subtle: #550c07, on-error: #ffffff, error-on-surface: #b91406, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #eeeeee, light: #f5f5f5, light-hover: #ebebeb, light-active: #d6d6d6, light-emphasis: #e0e0e0, light-on-subtle: #212121, on-light: #000000, light-on-surface: #616161, dark-subtle: #c7c7c7, dark-subtle-hover: #c2c2c2, dark-subtle-active: #bdbdbd, dark: #424242, dark-hover: #212121, dark-active: #000000, dark-emphasis: #9e9e9e, dark-on-subtle: #212121, on-dark: #ffffff, dark-on-surface: #616161, inverse-subtle: #c7c7c7, inverse-subtle-hover: #c2c2c2, inverse-subtle-active: #bdbdbd, inverse: #424242, inverse-hover: #212121, inverse-active: #000000, inverse-emphasis: #9e9e9e, inverse-on-subtle: #212121, on-inverse: #ffffff, inverse-on-surface: #616161, series-a: #9c27b0, series-a-bold: #751d84, series-a-bolder: #4e1458, series-a-subtle: #b55dc4, series-a-subtler: #cd93d7, series-b: #2196f3, series-b-bold: #1971b6, series-b-bolder: #114b7a, series-b-subtle: #59b0f6, series-b-subtler: #90cbf9, series-c: #009688, series-c-bold: #007166, series-c-bolder: #004b44, series-c-subtle: #40b0a6, series-c-subtler: #80cbc4, series-d: #ffeb3b, series-d-bold: #bfb02c, series-d-bolder: #80761e, series-d-subtle: #fff06c, series-d-subtler: #fff59d, series-e: #f44336, series-e-bold: #b73229, series-e-bolder: #7a221b, series-e-subtle: #f77268, series-e-subtler: #faa19b, series-f: #4caf50, series-f-bold: #39833c, series-f-bolder: #265828, series-f-subtle: #79c37c, series-f-subtler: #a6d7a8)
- DescriptionThe color black.
Note: you cannot change this value.
+ DescriptionThe global default Colors map.
@@ -177,26 +167,6 @@ The following table lists the available variables for customization.
DescriptionInverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
-
- $kendo-color-white
- Color
- #ffffff
- #ffffff
-
-
- DescriptionThe color white.
Note: you cannot change this value.
-
-
-
- $kendo-color-black
- Color
- #000000
- #000000
-
-
- DescriptionThe color black.
Note: you cannot change this value.
-
-
diff --git a/packages/material/docs/customization-common.md b/packages/material/docs/customization-common.md
index 19863cb36e8..88822eee096 100644
--- a/packages/material/docs/customization-common.md
+++ b/packages/material/docs/customization-common.md
@@ -157,6 +157,16 @@ The following table lists the available variables for customization.
DescriptionThe gradient background of selected items.
+
+ $kendo-disabled-text
+ Color
+ k-map-get( $theme, disabled-text )
+ rgba(0, 0, 0, 0.38)
+
+
+ DescriptionText color of disabled items.
+
+
$kendo-list-sizes
Map
diff --git a/packages/material/docs/customization-dock-manager.md b/packages/material/docs/customization-dock-manager.md
index be71a88589e..c61003ca0c3 100644
--- a/packages/material/docs/customization-dock-manager.md
+++ b/packages/material/docs/customization-dock-manager.md
@@ -310,7 +310,7 @@ The following table lists the available variables for customization.
$kendo-dock-indicator-hover-bg
Color
- k-color-mix( $kendo-color-white, $kendo-color-primary, 8% )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-color-mix( $kendo-color-white, $kendo-color-primary, 8% ))
#4e5fbb
@@ -360,7 +360,7 @@ The following table lists the available variables for customization.
$kendo-dock-manager-dock-preview-bg
Color
- rgba( $kendo-color-primary, .16 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))
rgba(63, 81, 181, 0.16)
diff --git a/packages/material/docs/customization-dropzone.md b/packages/material/docs/customization-dropzone.md
index a6d251eea61..34cb97eecc3 100644
--- a/packages/material/docs/customization-dropzone.md
+++ b/packages/material/docs/customization-dropzone.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-dropzone-bg
Color
- k-try-shade( $kendo-base-bg, 1 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-base-bg, 1 ))
#ebebeb
@@ -140,7 +140,7 @@ The following table lists the available variables for customization.
$kendo-dropzone-icon-text
Color
- k-try-tint( $kendo-dropzone-text, 4 )
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))
rgba(97, 97, 97, 0.9116)
diff --git a/packages/material/docs/customization-editor.md b/packages/material/docs/customization-editor.md
index b40e6785f9d..6cc3d9d943e 100644
--- a/packages/material/docs/customization-editor.md
+++ b/packages/material/docs/customization-editor.md
@@ -110,7 +110,7 @@ The following table lists the available variables for customization.
$kendo-editor-highlighted-bg
Color
- k-color-mix($kendo-color-primary, #ffffff, 20%)
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%))
#d9dcf0
diff --git a/packages/material/docs/customization-filemanager.md b/packages/material/docs/customization-filemanager.md
index faa36f9adf7..b1527742535 100644
--- a/packages/material/docs/customization-filemanager.md
+++ b/packages/material/docs/customization-filemanager.md
@@ -120,7 +120,7 @@ The following table lists the available variables for customization.
$kendo-file-manager-toolbar-bg
Color
- k-try-shade( $kendo-button-bg, .5 )
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 ))
whitesmoke
@@ -400,7 +400,7 @@ The following table lists the available variables for customization.
$kendo-file-manager-listview-item-icon-text
Color
- k-try-tint($kendo-file-manager-text, 4)
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
rgba(97, 97, 97, 0.9116)
@@ -580,7 +580,7 @@ The following table lists the available variables for customization.
$kendo-file-manager-preview-icon-text
Color
- k-try-tint($kendo-file-manager-text, 4)
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
rgba(97, 97, 97, 0.9116)
diff --git a/packages/material/docs/customization-grid.md b/packages/material/docs/customization-grid.md
index c476daf33f1..e621153f843 100644
--- a/packages/material/docs/customization-grid.md
+++ b/packages/material/docs/customization-grid.md
@@ -410,7 +410,7 @@ The following table lists the available variables for customization.
$kendo-grid-row-resizer-hover-bg
Color
- rgba( k-contrast-color( $kendo-grid-bg ), .24 )
+ if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .24 ))
rgba(0, 0, 0, 0.24)
diff --git a/packages/material/docs/customization-input.md b/packages/material/docs/customization-input.md
index e9466ddc7ea..8d955431812 100644
--- a/packages/material/docs/customization-input.md
+++ b/packages/material/docs/customization-input.md
@@ -265,7 +265,7 @@ The following table lists the available variables for customization.
$kendo-input-bg
Color
- k-try-shade( $kendo-component-bg, .5 )
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-component-bg, .5 ))
whitesmoke
@@ -285,7 +285,7 @@ The following table lists the available variables for customization.
$kendo-input-border
Color
- rgba( $kendo-component-border, .38 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .44 ), rgba( $kendo-component-border, .38 ))
rgba(0, 0, 0, 0.38)
@@ -405,7 +405,7 @@ The following table lists the available variables for customization.
$kendo-input-disabled-bg
Color
- k-try-shade( $kendo-component-bg, .25 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), k-try-shade( $kendo-component-bg, .25 ))
#fafafa
@@ -415,7 +415,7 @@ The following table lists the available variables for customization.
$kendo-input-disabled-text
Color
- $kendo-disabled-text
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .27 ), $kendo-disabled-text)
rgba(0, 0, 0, 0.38)
@@ -425,7 +425,7 @@ The following table lists the available variables for customization.
$kendo-input-disabled-border
Color
- rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) ))
rgba(0, 0, 0, 0.06)
diff --git a/packages/material/docs/customization-listview.md b/packages/material/docs/customization-listview.md
index aaef41f431e..a560c7ae76c 100644
--- a/packages/material/docs/customization-listview.md
+++ b/packages/material/docs/customization-listview.md
@@ -150,7 +150,7 @@ The following table lists the available variables for customization.
$kendo-listview-item-selected-bg
Color
- rgba( k-contrast-color( $kendo-listview-bg ), .04 )
+ if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .04 ))
rgba(0, 0, 0, 0.04)
@@ -180,7 +180,7 @@ The following table lists the available variables for customization.
$kendo-listview-item-focus-bg
Color
- rgba( k-contrast-color( $kendo-listview-bg ), .08 )
+ if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .08 ))
rgba(0, 0, 0, 0.08)
diff --git a/packages/material/docs/customization-pager.md b/packages/material/docs/customization-pager.md
index 8a7f9f642ce..6641d2f7f4a 100644
--- a/packages/material/docs/customization-pager.md
+++ b/packages/material/docs/customization-pager.md
@@ -220,7 +220,7 @@ The following table lists the available variables for customization.
$kendo-pager-text
Color
- if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )
+ if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text ))
rgba(0, 0, 0, 0.54)
@@ -240,7 +240,7 @@ The following table lists the available variables for customization.
$kendo-pager-focus-bg
Color
- k-try-shade( $kendo-pager-bg, .5 )
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-pager-bg, .5 ))
whitesmoke
diff --git a/packages/material/docs/customization-pdf-viewer.md b/packages/material/docs/customization-pdf-viewer.md
index 4913cf23519..8765729b33c 100644
--- a/packages/material/docs/customization-pdf-viewer.md
+++ b/packages/material/docs/customization-pdf-viewer.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-pdf-viewer-toolbar-bg
Color
- k-try-shade( $kendo-button-bg, .25 )
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .25 ))
#fafafa
diff --git a/packages/material/docs/customization-progressbar.md b/packages/material/docs/customization-progressbar.md
index 9b2cf254992..4b0fd1bfbc5 100644
--- a/packages/material/docs/customization-progressbar.md
+++ b/packages/material/docs/customization-progressbar.md
@@ -100,7 +100,7 @@ The following table lists the available variables for customization.
$kendo-progressbar-bg
Color
- k-try-tint( $kendo-color-primary, 8 )
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 ))
#bac0e4
diff --git a/packages/material/docs/customization-shadows.md b/packages/material/docs/customization-shadows.md
index 78287d289f2..02645707157 100644
--- a/packages/material/docs/customization-shadows.md
+++ b/packages/material/docs/customization-shadows.md
@@ -28,16 +28,6 @@ The following table lists the available variables for customization.
- $elevation
- Color
- k-map-get( $theme, elevation )
- #000000
-
-
- DescriptionColor of shadows
-
-
-
$box-shadow-depth-1
String
k-elevation(1)
@@ -127,6 +117,16 @@ The following table lists the available variables for customization.
DeprecatedUse the `$kendo-elevation` map instead.DescriptionShadow for window and dialog.
Equivalent to material elevation 24.
+
+ $elevation
+ Color
+ k-map-get( $theme, elevation )
+ #000000
+
+
+ DescriptionColor of shadows
+
+
diff --git a/packages/material/docs/customization-skeleton.md b/packages/material/docs/customization-skeleton.md
index 70b76c46286..4a40fed64c4 100644
--- a/packages/material/docs/customization-skeleton.md
+++ b/packages/material/docs/customization-skeleton.md
@@ -70,7 +70,7 @@ The following table lists the available variables for customization.
$kendo-skeleton-item-bg
Color
- rgba( $kendo-color-inverse, .2 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))
rgba(66, 66, 66, 0.2)
diff --git a/packages/material/docs/customization-switch.md b/packages/material/docs/customization-switch.md
index 9c82ca704d9..078764ac6a9 100644
--- a/packages/material/docs/customization-switch.md
+++ b/packages/material/docs/customization-switch.md
@@ -94,7 +94,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-track-bg
Color
- rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .38 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .38 )
rgba(0, 0, 0, 0.38)
@@ -264,7 +264,7 @@ The following table lists the available variables for customization.
$kendo-switch-off-thumb-bg
Color
- if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )
+ if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white ))
#ffffff
@@ -344,7 +344,7 @@ The following table lists the available variables for customization.
$kendo-switch-on-track-bg
Color
- rgba( $kendo-color-primary, .54 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .54 ), rgba( $kendo-color-primary, .54 ))
rgba(63, 81, 181, 0.54)
diff --git a/packages/material/docs/customization-table.md b/packages/material/docs/customization-table.md
index dab63cf6276..ea65bd6ef26 100644
--- a/packages/material/docs/customization-table.md
+++ b/packages/material/docs/customization-table.md
@@ -169,7 +169,7 @@ The following table lists the available variables for customization.
$kendo-table-header-text
Color
- if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )
+ if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text ))
rgba(0, 0, 0, 0.54)
@@ -289,7 +289,7 @@ The following table lists the available variables for customization.
$kendo-table-hover-bg
Color
- rgba( k-contrast-color( $kendo-table-bg ), .07 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( k-contrast-color( $kendo-table-bg ), .07 ))
rgba(0, 0, 0, 0.07)
@@ -359,7 +359,7 @@ The following table lists the available variables for customization.
$kendo-table-selected-bg
Color
- rgba( k-contrast-color( $kendo-table-bg ), .04 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .12 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))
rgba(0, 0, 0, 0.04)
diff --git a/packages/material/docs/customization-tilelayout.md b/packages/material/docs/customization-tilelayout.md
index 2cb2b00b6ad..6370b0823d9 100644
--- a/packages/material/docs/customization-tilelayout.md
+++ b/packages/material/docs/customization-tilelayout.md
@@ -40,7 +40,7 @@ The following table lists the available variables for customization.
$kendo-tile-layout-bg
Color
- if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)
+ if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light))
#f5f5f5
diff --git a/packages/material/docs/customization-treeview.md b/packages/material/docs/customization-treeview.md
index 99887faa231..82eb6d51a4f 100644
--- a/packages/material/docs/customization-treeview.md
+++ b/packages/material/docs/customization-treeview.md
@@ -355,7 +355,7 @@ The following table lists the available variables for customization.
$kendo-treeview-item-hover-bg
Color
- rgba( $kendo-treeview-text, .07 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .07 ), rgba( $kendo-treeview-text, .07 ))
rgba(0, 0, 0, 0.07)
diff --git a/packages/material/docs/customization.md b/packages/material/docs/customization.md
index dbf3b538831..8d541206314 100644
--- a/packages/material/docs/customization.md
+++ b/packages/material/docs/customization.md
@@ -161,6 +161,16 @@ The following table lists the available variables for customizing the Material t
DescriptionThe gradient background of selected items.
+
+ $kendo-disabled-text
+ Color
+ k-map-get( $theme, disabled-text )
+ rgba(0, 0, 0, 0.38)
+
+
+ DescriptionText color of disabled items.
+
+
$kendo-list-sizes
Map
@@ -353,7 +363,7 @@ The following table lists the available variables for customizing the Material t
$kendo-appbar-light-text
Color
- k-contrast-color( $kendo-color-light )
+ if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))
black
@@ -373,7 +383,7 @@ The following table lists the available variables for customizing the Material t
$kendo-appbar-dark-text
Color
- k-contrast-color( $kendo-color-dark )
+ if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))
white
@@ -1419,7 +1429,7 @@ The following table lists the available variables for customizing the Material t
$kendo-breadcrumb-link-focus-bg
Color
- k-map-get( $theme, focus-bg )
+ if($kendo-enable-color-system, k-color( base-active ), k-map-get( $theme, focus-bg ))
rgba(0, 0, 0, 0.12)
@@ -1519,7 +1529,7 @@ The following table lists the available variables for customizing the Material t
$kendo-breadcrumb-root-link-focus-bg
Color
- k-map-get( $theme, focus-bg )
+ if($kendo-enable-color-system, k-color( base-active ), k-map-get( $theme, focus-bg ))
rgba(0, 0, 0, 0.12)
@@ -2146,7 +2156,7 @@ The following table lists the available variables for customizing the Material t
$kendo-button-disabled-bg
Color
- k-try-shade( $kendo-body-bg, 12% )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, rgba ), .09 ), k-try-shade( $kendo-body-bg, 12% ))
#e0e0e0
@@ -2156,7 +2166,7 @@ The following table lists the available variables for customizing the Material t
$kendo-button-disabled-text
Color
- $kendo-disabled-text
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, rgba ), .32 ), $kendo-disabled-text)
rgba(0, 0, 0, 0.38)
@@ -2166,7 +2176,7 @@ The following table lists the available variables for customizing the Material t
$kendo-button-disabled-border
Color
- $kendo-button-disabled-bg
+ if($kendo-enable-color-system, transparent, $kendo-button-disabled-bg)
#e0e0e0
@@ -3006,7 +3016,7 @@ The following table lists the available variables for customizing the Material t
$kendo-series-a
Color
- get-base-hue( purple, 500 )
+ if($kendo-enable-color-system, k-color( series-a ), get-base-hue( purple, 500 ))
#9c27b0
@@ -3016,7 +3026,7 @@ The following table lists the available variables for customizing the Material t
$kendo-series-b
Color
- get-base-hue( blue, 500 )
+ if($kendo-enable-color-system, k-color( series-b ), get-base-hue( blue, 500 ))
#2196f3
@@ -3026,7 +3036,7 @@ The following table lists the available variables for customizing the Material t
$kendo-series-c
Color
- get-base-hue( teal, 500 )
+ if($kendo-enable-color-system, k-color( series-c ), get-base-hue( teal, 500 ))
#009688
@@ -3036,7 +3046,7 @@ The following table lists the available variables for customizing the Material t
$kendo-series-d
Color
- get-base-hue( yellow, 500 )
+ if($kendo-enable-color-system, k-color( series-d ), get-base-hue( yellow, 500 ))
#ffeb3b
@@ -3046,7 +3056,7 @@ The following table lists the available variables for customizing the Material t
$kendo-series-e
Color
- get-base-hue( red, 500 )
+ if($kendo-enable-color-system, k-color( series-e ), get-base-hue( red, 500 ))
#f44336
@@ -3056,7 +3066,7 @@ The following table lists the available variables for customizing the Material t
$kendo-series-f
Color
- get-base-hue( green, 500 )
+ if($kendo-enable-color-system, k-color( series-f ), get-base-hue( green, 500 ))
#4caf50
@@ -3076,7 +3086,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chart-major-lines
Color
- rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )
rgba(0, 0, 0, 0.08)
@@ -3086,7 +3096,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chart-minor-lines
Color
- rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )
rgba(0, 0, 0, 0.04)
@@ -3236,7 +3246,7 @@ The following table lists the available variables for customizing the Material t
$kendo-checkbox-border
Color
- rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .54 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .54 )
rgba(0, 0, 0, 0.54)
@@ -3286,7 +3296,7 @@ The following table lists the available variables for customizing the Material t
$kendo-checkbox-checked-text
Color
- k-contrast-color( $kendo-checkbox-checked-bg )
+ if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))
white
@@ -3396,7 +3406,7 @@ The following table lists the available variables for customizing the Material t
$kendo-checkbox-disabled-border
Color
- k-try-shade( $kendo-component-bg, 4 )
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 4 ))
#adadad
@@ -3416,7 +3426,7 @@ The following table lists the available variables for customizing the Material t
$kendo-checkbox-disabled-checked-text
Color
- k-contrast-color( $kendo-checkbox-disabled-checked-bg )
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))
black
@@ -3825,7 +3835,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chip-base-bg
Color
- if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black)
+ if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black))
#000000
@@ -3851,7 +3861,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chip-solid-bg
Color
- if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% ))
+ if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% )))
#ebebeb
@@ -3901,7 +3911,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chip-solid-focus-bg
Color
- k-try-tint( $kendo-chip-base-bg, 80% )
+ if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 80% ))
#cccccc
@@ -3921,7 +3931,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chip-solid-hover-bg
Color
- k-try-tint( $kendo-chip-base-bg, 84% )
+ if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 84% ))
#d6d6d6
@@ -3941,7 +3951,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chip-solid-selected-bg
Color
- k-try-tint( $kendo-chip-base-bg, 76% )
+ if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 76% ))
#c2c2c2
@@ -4001,7 +4011,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chip-outline-hover-bg
Color
- k-try-tint( $kendo-chip-base-bg, 92% )
+ if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 92% ))
#ebebeb
@@ -4011,7 +4021,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chip-outline-hover-text
Color
- k-contrast-color( $kendo-chip-outline-hover-bg )
+ if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))
black
@@ -4021,7 +4031,7 @@ The following table lists the available variables for customizing the Material t
$kendo-chip-outline-selected-bg
Color
- k-try-tint( $kendo-chip-base-bg, 84% )
+ if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 84% ))
#d6d6d6
@@ -4523,23 +4533,13 @@ The following table lists the available variables for customizing the Material t
- $kendo-color-white
- Color
- #ffffff
- #ffffff
-
-
- DescriptionThe color white.
Note: you cannot change this value.
-
-
-
- $kendo-color-black
- Color
- #000000
- #000000
+ $kendo-colors
+ Map
+ $_default-colors
+ (app-surface: #ffffff, on-app-surface: #212121, subtle: #757575, surface: #f5f5f5, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.12), border-alt: rgba(0, 0, 0, 0.15), base-subtle: #ebebeb, base-subtle-hover: #d6d6d6, base-subtle-active: #c2c2c2, base: #ffffff, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #adadad, base-on-subtle: #212121, on-base: #212121, base-on-surface: #212121, primary-subtle: #d1d5ee, primary-subtle-hover: #c5cae8, primary-subtle-active: #b5bde3, primary: #3f51b5, primary-hover: #3a4ba7, primary-active: #354498, primary-emphasis: #97a0d7, primary-on-subtle: #161c3f, on-primary: #ffffff, primary-on-surface: #3f51b5, secondary-subtle: #fbcdd9, secondary-subtle-hover: #f9afc3, secondary-subtle-active: #f79bb3, secondary: #e51a5f, secondary-hover: #d31857, secondary-active: #c01650, secondary-emphasis: #f58da9, secondary-on-subtle: #500c22, on-secondary: #ffffff, secondary-on-surface: #ae1549, tertiary-subtle: #c9dbd8, tertiary-subtle-hover: #a9c6c1, tertiary-subtle-active: #92b8b1, tertiary: #00695c, tertiary-hover: #006155, tertiary-active: #00584d, tertiary-emphasis: #84aea7, tertiary-on-subtle: #002520, on-tertiary: #ffffff, tertiary-on-surface: #054f46, info-subtle: #c8d7fb, info-subtle-hover: #a7c0f7, info-subtle-active: #8fb0f6, info: #0058e9, info-hover: #0251d6, info-active: #034ac3, info-emphasis: #80a5f4, info-on-subtle: #071f51, on-info: #ffffff, info-on-surface: #0443b0, success-subtle: #d7f0cc, success-subtle-hover: #bae2ad, success-subtle-active: #a7db97, success: #37b400, success-hover: #33a600, success-active: #2e9704, success-emphasis: #93d775, success-on-subtle: #163f09, on-success: #ffffff, success-on-surface: #2b8906, warning-subtle: #fff0ce, warning-subtle-hover: #ffe7b0, warning-subtle-active: #ffe19c, warning: #ffc000, warning-hover: #ebb201, warning-active: #d6a202, warning-emphasis: #ffdd8f, warning-on-subtle: #59430a, on-warning: #000000, warning-on-surface: #ffc000, error-subtle: #fcc7c2, error-subtle-hover: #feafa8, error-subtle-active: #fe9a91, error: #f31700, error-hover: #e01701, error-active: #cc1505, error-emphasis: #fc8d83, error-on-subtle: #550c07, on-error: #ffffff, error-on-surface: #b91406, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #eeeeee, light: #f5f5f5, light-hover: #ebebeb, light-active: #d6d6d6, light-emphasis: #e0e0e0, light-on-subtle: #212121, on-light: #000000, light-on-surface: #616161, dark-subtle: #c7c7c7, dark-subtle-hover: #c2c2c2, dark-subtle-active: #bdbdbd, dark: #424242, dark-hover: #212121, dark-active: #000000, dark-emphasis: #9e9e9e, dark-on-subtle: #212121, on-dark: #ffffff, dark-on-surface: #616161, inverse-subtle: #c7c7c7, inverse-subtle-hover: #c2c2c2, inverse-subtle-active: #bdbdbd, inverse: #424242, inverse-hover: #212121, inverse-active: #000000, inverse-emphasis: #9e9e9e, inverse-on-subtle: #212121, on-inverse: #ffffff, inverse-on-surface: #616161, series-a: #9c27b0, series-a-bold: #751d84, series-a-bolder: #4e1458, series-a-subtle: #b55dc4, series-a-subtler: #cd93d7, series-b: #2196f3, series-b-bold: #1971b6, series-b-bolder: #114b7a, series-b-subtle: #59b0f6, series-b-subtler: #90cbf9, series-c: #009688, series-c-bold: #007166, series-c-bolder: #004b44, series-c-subtle: #40b0a6, series-c-subtler: #80cbc4, series-d: #ffeb3b, series-d-bold: #bfb02c, series-d-bolder: #80761e, series-d-subtle: #fff06c, series-d-subtler: #fff59d, series-e: #f44336, series-e-bold: #b73229, series-e-bolder: #7a221b, series-e-subtle: #f77268, series-e-subtler: #faa19b, series-f: #4caf50, series-f-bold: #39833c, series-f-bolder: #265828, series-f-subtle: #79c37c, series-f-subtler: #a6d7a8)
- DescriptionThe color black.
Note: you cannot change this value.
+ DescriptionThe global default Colors map.
@@ -4672,26 +4672,6 @@ The following table lists the available variables for customizing the Material t
DescriptionInverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
-
- $kendo-color-white
- Color
- #ffffff
- #ffffff
-
-
- DescriptionThe color white.
Note: you cannot change this value.
-
-
-
- $kendo-color-black
- Color
- #000000
- #000000
-
-
- DescriptionThe color black.
Note: you cannot change this value.
-
-
@@ -5509,7 +5489,7 @@ The following table lists the available variables for customizing the Material t
$kendo-dock-indicator-hover-bg
Color
- k-color-mix( $kendo-color-white, $kendo-color-primary, 8% )
+ if($kendo-enable-color-system, k-color( primary-hover ), k-color-mix( $kendo-color-white, $kendo-color-primary, 8% ))
#4e5fbb
@@ -5559,7 +5539,7 @@ The following table lists the available variables for customizing the Material t
$kendo-dock-manager-dock-preview-bg
Color
- rgba( $kendo-color-primary, .16 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))
rgba(63, 81, 181, 0.16)
@@ -5709,7 +5689,7 @@ The following table lists the available variables for customizing the Material t
$kendo-dropzone-bg
Color
- k-try-shade( $kendo-base-bg, 1 )
+ if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-base-bg, 1 ))
#ebebeb
@@ -5749,7 +5729,7 @@ The following table lists the available variables for customizing the Material t
$kendo-dropzone-icon-text
Color
- k-try-tint( $kendo-dropzone-text, 4 )
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))
rgba(97, 97, 97, 0.9116)
@@ -5929,7 +5909,7 @@ The following table lists the available variables for customizing the Material t
$kendo-editor-highlighted-bg
Color
- k-color-mix($kendo-color-primary, #ffffff, 20%)
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%))
#d9dcf0
@@ -6389,7 +6369,7 @@ The following table lists the available variables for customizing the Material t
$kendo-file-manager-toolbar-bg
Color
- k-try-shade( $kendo-button-bg, .5 )
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 ))
whitesmoke
@@ -6669,7 +6649,7 @@ The following table lists the available variables for customizing the Material t
$kendo-file-manager-listview-item-icon-text
Color
- k-try-tint($kendo-file-manager-text, 4)
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
rgba(97, 97, 97, 0.9116)
@@ -6849,7 +6829,7 @@ The following table lists the available variables for customizing the Material t
$kendo-file-manager-preview-icon-text
Color
- k-try-tint($kendo-file-manager-text, 4)
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))
rgba(97, 97, 97, 0.9116)
@@ -8472,7 +8452,7 @@ The following table lists the available variables for customizing the Material t
$kendo-grid-row-resizer-hover-bg
Color
- rgba( k-contrast-color( $kendo-grid-bg ), .24 )
+ if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .24 ))
rgba(0, 0, 0, 0.24)
@@ -8757,7 +8737,7 @@ The following table lists the available variables for customizing the Material t
$kendo-input-bg
Color
- k-try-shade( $kendo-component-bg, .5 )
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-component-bg, .5 ))
whitesmoke
@@ -8777,7 +8757,7 @@ The following table lists the available variables for customizing the Material t
$kendo-input-border
Color
- rgba( $kendo-component-border, .38 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .44 ), rgba( $kendo-component-border, .38 ))
rgba(0, 0, 0, 0.38)
@@ -8897,7 +8877,7 @@ The following table lists the available variables for customizing the Material t
$kendo-input-disabled-bg
Color
- k-try-shade( $kendo-component-bg, .25 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), k-try-shade( $kendo-component-bg, .25 ))
#fafafa
@@ -8907,7 +8887,7 @@ The following table lists the available variables for customizing the Material t
$kendo-input-disabled-text
Color
- $kendo-disabled-text
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .27 ), $kendo-disabled-text)
rgba(0, 0, 0, 0.38)
@@ -8917,7 +8897,7 @@ The following table lists the available variables for customizing the Material t
$kendo-input-disabled-border
Color
- rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) ))
rgba(0, 0, 0, 0.06)
@@ -10087,7 +10067,7 @@ The following table lists the available variables for customizing the Material t
$kendo-listview-item-selected-bg
Color
- rgba( k-contrast-color( $kendo-listview-bg ), .04 )
+ if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .04 ))
rgba(0, 0, 0, 0.04)
@@ -10117,7 +10097,7 @@ The following table lists the available variables for customizing the Material t
$kendo-listview-item-focus-bg
Color
- rgba( k-contrast-color( $kendo-listview-bg ), .08 )
+ if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .08 ))
rgba(0, 0, 0, 0.08)
@@ -11267,7 +11247,7 @@ The following table lists the available variables for customizing the Material t
$kendo-pager-text
Color
- if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )
+ if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text ))
rgba(0, 0, 0, 0.54)
@@ -11287,7 +11267,7 @@ The following table lists the available variables for customizing the Material t
$kendo-pager-focus-bg
Color
- k-try-shade( $kendo-pager-bg, .5 )
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-pager-bg, .5 ))
whitesmoke
@@ -11639,7 +11619,7 @@ The following table lists the available variables for customizing the Material t
$kendo-pdf-viewer-toolbar-bg
Color
- k-try-shade( $kendo-button-bg, .25 )
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .25 ))
#fafafa
@@ -12909,7 +12889,7 @@ The following table lists the available variables for customizing the Material t
$kendo-progressbar-bg
Color
- k-try-tint( $kendo-color-primary, 8 )
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 ))
#bac0e4
@@ -14253,16 +14233,6 @@ The following table lists the available variables for customizing the Material t
- $elevation
- Color
- k-map-get( $theme, elevation )
- #000000
-
-
- DescriptionColor of shadows
-
-
-
$box-shadow-depth-1
String
k-elevation(1)
@@ -14352,6 +14322,16 @@ The following table lists the available variables for customizing the Material t
DeprecatedUse the `$kendo-elevation` map instead.DescriptionShadow for window and dialog.
Equivalent to material elevation 24.
+
+ $elevation
+ Color
+ k-map-get( $theme, elevation )
+ #000000
+
+
+ DescriptionColor of shadows
+
+
@@ -14415,7 +14395,7 @@ The following table lists the available variables for customizing the Material t
$kendo-skeleton-item-bg
Color
- rgba( $kendo-color-inverse, .2 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))
rgba(66, 66, 66, 0.2)
@@ -14629,7 +14609,7 @@ The following table lists the available variables for customizing the Material t
$kendo-switch-off-track-bg
Color
- rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .38 )
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .38 )
rgba(0, 0, 0, 0.38)
@@ -14799,7 +14779,7 @@ The following table lists the available variables for customizing the Material t
$kendo-switch-off-thumb-bg
Color
- if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )
+ if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white ))
#ffffff
@@ -14879,7 +14859,7 @@ The following table lists the available variables for customizing the Material t
$kendo-switch-on-track-bg
Color
- rgba( $kendo-color-primary, .54 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .54 ), rgba( $kendo-color-primary, .54 ))
rgba(63, 81, 181, 0.54)
@@ -15288,7 +15268,7 @@ The following table lists the available variables for customizing the Material t
$kendo-table-header-text
Color
- if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )
+ if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text ))
rgba(0, 0, 0, 0.54)
@@ -15408,7 +15388,7 @@ The following table lists the available variables for customizing the Material t
$kendo-table-hover-bg
Color
- rgba( k-contrast-color( $kendo-table-bg ), .07 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( k-contrast-color( $kendo-table-bg ), .07 ))
rgba(0, 0, 0, 0.07)
@@ -15478,7 +15458,7 @@ The following table lists the available variables for customizing the Material t
$kendo-table-selected-bg
Color
- rgba( k-contrast-color( $kendo-table-bg ), .04 )
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .12 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))
rgba(0, 0, 0, 0.04)
@@ -15828,7 +15808,7 @@ The following table lists the available variables for customizing the Material t
$kendo-tile-layout-bg
Color
- if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)
+ if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light))
#f5f5f5
@@ -16749,7 +16729,7 @@ The following table lists the available variables for customizing the Material t
$kendo-treeview-item-hover-bg
Color
- rgba( $kendo-treeview-text, .07 )
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .07 ), rgba( $kendo-treeview-text, .07 ))
rgba(0, 0, 0, 0.07)