UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

58 lines (48 loc) 1.08 kB
@accent: #10c4b2; @base: #363940; @background: #fff; @border-radius: 3px; @icon-size: 16px; @normal-background: #fff; @normal-text-color: #4c5356; @normal-gradient: none; @hover-background: #2eb3a6; @hover-text-color: #fff; @hover-gradient: none; @selected-background: #10c4b2; @selected-text-color: #fff; @selected-gradient: none; @is-dark-theme: boolean( luma(@background) < 50% ); @primary: @accent; @secondary: @base; @tertiary: #10c4b2; @info: #0099cc; @success: #2db245; @warning: #feca3f; @error: #fe633f; @dark: #000000; @light: #ffffff; @inverse: if(@is-dark-theme, @light, @dark); @theme-colors: { primary: @primary; secondary: @secondary; tertiary: @tertiary; info: @info; success: @success; warning: @warning; error: @error; dark: @dark; light: @light; inverse: @inverse; } @series-a: #10c4b2; @series-b: #ff7663; @series-c: #ffb74f; @series-d: #a2df53; @series-e: #1c9ec4; @series-f: #ff63a5; // graphics @image-folder: "Flat"; @texture: none; @fallback-texture: url('textures/highlight.png'); @import "type-flat.less";