_vars.less 398 B

1234567891011121314
  1. @panel-height: 40px;
  2. @theme-color: hsl(0, 95%, 75%);
  3. @main-menu-theme-color: @theme-color;
  4. @main-menu-fore-color: #465468;
  5. @tab-hover: #5a6378;
  6. @tab-active: darken(@tab-hover, 10%);
  7. @button-border: #c9ced1;
  8. @button-text: #5a6378;
  9. @button-hover: hsl(222, 55%, 96%);
  10. @button-active: hsl(222, 55%, 85%);
  11. @button-pressed: hsl(222, 55%, 90%);
  12. @border-color: #c9ced1;
  13. @ui-color: #393f4f;
  14. @ui-fore: white;