theme.css 1.0 KB

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