theme.css 983 B

12345678910111213141516171819202122232425262728
  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/blue.css";
  12. /* @import "./theme/brown.css"; */
  13. /* @import "./theme/cyan.css"; */
  14. @import "./theme/green.css";
  15. @import "./theme/indigo.css";
  16. /* @import "./theme/lime.css"; */
  17. @import "./theme/orange.css";
  18. @import "./theme/pink.css";
  19. /* @import "./theme/purple.css"; */
  20. @import "./theme/red.css";
  21. /**组件库,必要的主题,不可删除**/
  22. /* @import "./theme/teal.css"; */
  23. @import "./theme/yellow.css";
  24. /* @import "./theme/blue-grey.css";*/
  25. /*@import "./theme/deep-orange.css";*/
  26. /*@import "./theme/deep-purple.css";*/
  27. /*@import "./theme/light-blue.css";*/
  28. /*@import "./theme/light-green.css"; */