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
459 B

10 months ago
  1. /* Dracula by Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula) */
  2. :root {
  3. --base00: #282936;
  4. --base01: #3a3c4e;
  5. --base02: #4d4f68;
  6. --base03: #626483;
  7. --base04: #62d6e8;
  8. --base05: #e9e9f4;
  9. --base06: #f1f2f8;
  10. --base07: #f7f7fb;
  11. --base08: #ea51b2;
  12. --base09: #b45bcf;
  13. --base0A: #00f769;
  14. --base0B: #ebff87;
  15. --base0C: #a1efe4;
  16. --base0D: #62d6e8;
  17. --base0E: #b45bcf;
  18. --base0F: #00f769;
  19. }