| 1234567891011121314 |
- @panel-height: 40px;
- @theme-color: hsl(0, 95%, 75%);
- @main-menu-theme-color: @theme-color;
- @main-menu-fore-color: #465468;
- @tab-hover: #5a6378;
- @tab-active: darken(@tab-hover, 10%);
- @button-border: #c9ced1;
- @button-text: #5a6378;
- @button-hover: hsl(222, 55%, 96%);
- @button-active: hsl(222, 55%, 85%);
- @button-pressed: hsl(222, 55%, 90%);
- @border-color: #c9ced1;
- @ui-color: #393f4f;
- @ui-fore: white;
|