base16-google-dark.css 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. .base00-background { background-color: #1d1f21; }
  2. .base01-background { background-color: #282a2e; }
  3. .base02-background { background-color: #373b41; }
  4. .base03-background { background-color: #969896; }
  5. .base04-background { background-color: #b4b7b4; }
  6. .base05-background { background-color: #c5c8c6; }
  7. .base06-background { background-color: #e0e0e0; }
  8. .base07-background { background-color: #ffffff; }
  9. .base08-background { background-color: #CC342B; }
  10. .base09-background { background-color: #F96A38; }
  11. .base0A-background { background-color: #FBA922; }
  12. .base0B-background { background-color: #198844; }
  13. .base0C-background { background-color: #3971ED; }
  14. .base0D-background { background-color: #3971ED; }
  15. .base0E-background { background-color: #A36AC7; }
  16. .base0F-background { background-color: #3971ED; }
  17. .base00 { color: #1d1f21; }
  18. .base01 { color: #282a2e; }
  19. .base02 { color: #373b41; }
  20. .base03 { color: #969896; }
  21. .base04 { color: #b4b7b4; }
  22. .base05 { color: #c5c8c6; }
  23. .base06 { color: #e0e0e0; }
  24. .base07 { color: #ffffff; }
  25. .base08 { color: #CC342B; }
  26. .base09 { color: #F96A38; }
  27. .base0A { color: #FBA922; }
  28. .base0B { color: #198844; }
  29. .base0C { color: #3971ED; }
  30. .base0D { color: #3971ED; }
  31. .base0E { color: #A36AC7; }
  32. .base0F { color: #3971ED; }