the code for my website (https://www.annwan.me)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
488 B

10 months ago
  1. /* PaperColor Dark by Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) */
  2. :root {
  3. --base00: #1c1c1c;
  4. --base01: #af005f;
  5. --base02: #5faf00;
  6. --base03: #d7af5f;
  7. --base04: #5fafd7;
  8. --base05: #808080;
  9. --base06: #d7875f;
  10. --base07: #d0d0d0;
  11. --base08: #585858;
  12. --base09: #5faf5f;
  13. --base0A: #afd700;
  14. --base0B: #af87d7;
  15. --base0C: #ffaf00;
  16. --base0D: #ff5faf;
  17. --base0E: #00afaf;
  18. --base0F: #5f8787;
  19. }