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

10 months ago
  1. /* Tokyo Night Dark by Michaël Ball */
  2. :root {
  3. --base00: #1A1B26;
  4. --base01: #16161E;
  5. --base02: #2F3549;
  6. --base03: #444B6A;
  7. --base04: #787C99;
  8. --base05: #A9B1D6;
  9. --base06: #CBCCD1;
  10. --base07: #D5D6DB;
  11. --base08: #C0CAF5;
  12. --base09: #A9B1D6;
  13. --base0A: #0DB9D7;
  14. --base0B: #9ECE6A;
  15. --base0C: #B4F9F8;
  16. --base0D: #2AC3DE;
  17. --base0E: #BB9AF7;
  18. --base0F: #F7768E;
  19. }