themeColor.less 575 B

12345678910111213141516171819202122
  1. @theme-color: #00985E;
  2. //@theme-color的rgb
  3. @theme-rgbColor: 0, 152, 94;
  4. //#00FA9A的rgb色
  5. @theme-light-rgba-Color: 0,250,154;
  6. @theme-lightColor: #00FF00;
  7. @theme-light2Color: #98FB98;
  8. //@theme-light2Color的rgb
  9. @theme-light2RgbColor: 152,251,152;
  10. //card的rgb颜色
  11. @theme-cardColor: 244,255,250;
  12. @theme-light3Color: #90EE90;
  13. @theme-light4Color: #F0FFF0;
  14. //@theme-light2Color的rgb
  15. @theme-light4RgbColor: 240,255,240;
  16. //@theme-light4Color: #000;
  17. @theme-commonColor: #F5F5F5;
  18. //灰色的rgb
  19. @theme-commonRgbColor: 245,245,245;
  20. //菜单头颜色
  21. @theme-headerColor: #006400;