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.

22 lines
416 B

10 months ago
  1. /* base16 default dark
  2. * https://github.com/chriskempson/base16-default-schemes
  3. */
  4. :root {
  5. --base00: #181818;
  6. --base01: #282828;
  7. --base02: #383838;
  8. --base03: #585858;
  9. --base04: #b8b8b8;
  10. --base05: #d8d8d8;
  11. --base06: #e8e8e8;
  12. --base07: #f8f8f8;
  13. --base08: #ab4642;
  14. --base09: #dc9656;
  15. --base0A: #f7ca88;
  16. --base0B: #a1b56c;
  17. --base0C: #86c1b9;
  18. --base0D: #7cafc2;
  19. --base0E: #ba8baf;
  20. --base0F: #a16946;
  21. }