base16-marrakesh.css 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. .base00-background { background-color: #201602; }
  2. .base01-background { background-color: #302e00; }
  3. .base02-background { background-color: #5f5b17; }
  4. .base03-background { background-color: #6c6823; }
  5. .base04-background { background-color: #86813b; }
  6. .base05-background { background-color: #948e48; }
  7. .base06-background { background-color: #ccc37a; }
  8. .base07-background { background-color: #faf0a5; }
  9. .base08-background { background-color: #c35359; }
  10. .base09-background { background-color: #b36144; }
  11. .base0A-background { background-color: #a88339; }
  12. .base0B-background { background-color: #18974e; }
  13. .base0C-background { background-color: #75a738; }
  14. .base0D-background { background-color: #477ca1; }
  15. .base0E-background { background-color: #8868b3; }
  16. .base0F-background { background-color: #b3588e; }
  17. .base00 { color: #201602; }
  18. .base01 { color: #302e00; }
  19. .base02 { color: #5f5b17; }
  20. .base03 { color: #6c6823; }
  21. .base04 { color: #86813b; }
  22. .base05 { color: #948e48; }
  23. .base06 { color: #ccc37a; }
  24. .base07 { color: #faf0a5; }
  25. .base08 { color: #c35359; }
  26. .base09 { color: #b36144; }
  27. .base0A { color: #a88339; }
  28. .base0B { color: #18974e; }
  29. .base0C { color: #75a738; }
  30. .base0D { color: #477ca1; }
  31. .base0E { color: #8868b3; }
  32. .base0F { color: #b3588e; }