base16-atelier-dune.css 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. .base00-background { background-color: #20201d; }
  2. .base01-background { background-color: #292824; }
  3. .base02-background { background-color: #6e6b5e; }
  4. .base03-background { background-color: #7d7a68; }
  5. .base04-background { background-color: #999580; }
  6. .base05-background { background-color: #a6a28c; }
  7. .base06-background { background-color: #e8e4cf; }
  8. .base07-background { background-color: #fefbec; }
  9. .base08-background { background-color: #d73737; }
  10. .base09-background { background-color: #b65611; }
  11. .base0A-background { background-color: #ae9513; }
  12. .base0B-background { background-color: #60ac39; }
  13. .base0C-background { background-color: #1fad83; }
  14. .base0D-background { background-color: #6684e1; }
  15. .base0E-background { background-color: #b854d4; }
  16. .base0F-background { background-color: #d43552; }
  17. .base00 { color: #20201d; }
  18. .base01 { color: #292824; }
  19. .base02 { color: #6e6b5e; }
  20. .base03 { color: #7d7a68; }
  21. .base04 { color: #999580; }
  22. .base05 { color: #a6a28c; }
  23. .base06 { color: #e8e4cf; }
  24. .base07 { color: #fefbec; }
  25. .base08 { color: #d73737; }
  26. .base09 { color: #b65611; }
  27. .base0A { color: #ae9513; }
  28. .base0B { color: #60ac39; }
  29. .base0C { color: #1fad83; }
  30. .base0D { color: #6684e1; }
  31. .base0E { color: #b854d4; }
  32. .base0F { color: #d43552; }