_all-themes.scss 494 B

123456789101112131415161718192021
  1. //Themes
  2. @import 'theme-red';
  3. @import 'theme-pink';
  4. @import 'theme-purple';
  5. @import 'theme-deep-purple';
  6. @import 'theme-indigo';
  7. @import 'theme-blue';
  8. @import 'theme-light-blue';
  9. @import 'theme-cyan';
  10. @import 'theme-teal';
  11. @import 'theme-green';
  12. @import 'theme-light-green';
  13. @import 'theme-lime';
  14. @import 'theme-yellow';
  15. @import 'theme-amber';
  16. @import 'theme-orange';
  17. @import 'theme-deep-orange';
  18. @import 'theme-brown';
  19. @import 'theme-grey';
  20. @import 'theme-blue-grey';
  21. @import 'theme-black';