base16-paraiso.css 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. .base00-background { background-color: #2f1e2e; }
  2. .base01-background { background-color: #41323f; }
  3. .base02-background { background-color: #4f424c; }
  4. .base03-background { background-color: #776e71; }
  5. .base04-background { background-color: #8d8687; }
  6. .base05-background { background-color: #a39e9b; }
  7. .base06-background { background-color: #b9b6b0; }
  8. .base07-background { background-color: #e7e9db; }
  9. .base08-background { background-color: #ef6155; }
  10. .base09-background { background-color: #f99b15; }
  11. .base0A-background { background-color: #fec418; }
  12. .base0B-background { background-color: #48b685; }
  13. .base0C-background { background-color: #5bc4bf; }
  14. .base0D-background { background-color: #06b6ef; }
  15. .base0E-background { background-color: #815ba4; }
  16. .base0F-background { background-color: #e96ba8; }
  17. .base00 { color: #2f1e2e; }
  18. .base01 { color: #41323f; }
  19. .base02 { color: #4f424c; }
  20. .base03 { color: #776e71; }
  21. .base04 { color: #8d8687; }
  22. .base05 { color: #a39e9b; }
  23. .base06 { color: #b9b6b0; }
  24. .base07 { color: #e7e9db; }
  25. .base08 { color: #ef6155; }
  26. .base09 { color: #f99b15; }
  27. .base0A { color: #fec418; }
  28. .base0B { color: #48b685; }
  29. .base0C { color: #5bc4bf; }
  30. .base0D { color: #06b6ef; }
  31. .base0E { color: #815ba4; }
  32. .base0F { color: #e96ba8; }