base16-atelier-heath.css 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. .base00-background { background-color: #1b181b; }
  2. .base01-background { background-color: #292329; }
  3. .base02-background { background-color: #695d69; }
  4. .base03-background { background-color: #776977; }
  5. .base04-background { background-color: #9e8f9e; }
  6. .base05-background { background-color: #ab9bab; }
  7. .base06-background { background-color: #d8cad8; }
  8. .base07-background { background-color: #f7f3f7; }
  9. .base08-background { background-color: #ca402b; }
  10. .base09-background { background-color: #a65926; }
  11. .base0A-background { background-color: #bb8a35; }
  12. .base0B-background { background-color: #918b3b; }
  13. .base0C-background { background-color: #159393; }
  14. .base0D-background { background-color: #516aec; }
  15. .base0E-background { background-color: #7b59c0; }
  16. .base0F-background { background-color: #cc33cc; }
  17. .base00 { color: #1b181b; }
  18. .base01 { color: #292329; }
  19. .base02 { color: #695d69; }
  20. .base03 { color: #776977; }
  21. .base04 { color: #9e8f9e; }
  22. .base05 { color: #ab9bab; }
  23. .base06 { color: #d8cad8; }
  24. .base07 { color: #f7f3f7; }
  25. .base08 { color: #ca402b; }
  26. .base09 { color: #a65926; }
  27. .base0A { color: #bb8a35; }
  28. .base0B { color: #918b3b; }
  29. .base0C { color: #159393; }
  30. .base0D { color: #516aec; }
  31. .base0E { color: #7b59c0; }
  32. .base0F { color: #cc33cc; }