themeColor.less 654 B

1234567891011121314151617181920212223
  1. @theme-color: #036EB8;
  2. @theme-linear: linear-gradient( 90deg, #036EB8 0%, #4AA498 100%);
  3. //@theme-color的rgb
  4. @theme-rgbColor: 0, 152, 94;
  5. //#00FA9A的rgb色
  6. @theme-light-rgba-Color: 0,250,154;
  7. @theme-lightColor: #036EB880;
  8. @theme-light2Color: #036EB84D;
  9. //@theme-light2Color的rgb
  10. @theme-light2RgbColor: 152,251,152;
  11. //card的rgb颜色
  12. @theme-cardColor: 244,255,250;
  13. @theme-light3Color: #036EB833;
  14. @theme-light4Color: #036EB81A;
  15. //@theme-light2Color的rgb
  16. @theme-light4RgbColor: 3, 110, 184, 0.1;
  17. //@theme-light4Color: #000;
  18. @theme-commonColor: #F5F5F5;
  19. //灰色的rgb
  20. @theme-commonRgbColor: 245,245,245;
  21. //菜单头颜色
  22. @theme-headerColor: #006400;