theme.css 926 B

12345678910111213141516171819202122232425262728293031
  1. /**
  2. * 以下主题库为我精细细化生成。
  3. * 可通过我的工具库自动生成。
  4. * 见:https://jx2d.cn/themetool/
  5. * @版权2021 tmzdy https://jx2d.cn/
  6. * 想要哪个颜色就把注释去掉。
  7. */
  8. @import "./theme/primary.css";/**用户自定主题,默认主题,不可删除,可通过工具生成覆盖**/
  9. @import "./theme/amber.css";
  10. @import "./theme/blue.css";
  11. @import "./theme/brown.css";
  12. @import "./theme/cyan.css";
  13. @import "./theme/green.css";
  14. @import "./theme/indigo.css";
  15. @import "./theme/lime.css";
  16. @import "./theme/orange.css";
  17. @import "./theme/pink.css";
  18. @import "./theme/purple.css";
  19. @import "./theme/red.css";/**组件库,必要的主题,不可删除**/
  20. @import "./theme/teal.css";
  21. @import "./theme/yellow.css";
  22. @import "./theme/blue-grey.css";
  23. @import "./theme/deep-orange.css";
  24. @import "./theme/deep-purple.css";
  25. @import "./theme/light-blue.css";
  26. @import "./theme/light-green.css";