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

10 months ago
  1. /* Tokyo Night Light by Michaël Ball */
  2. :root {
  3. --base00: #D5D6DB;
  4. --base01: #CBCCD1;
  5. --base02: #DFE0E5;
  6. --base03: #9699A3;
  7. --base04: #4C505E;
  8. --base05: #343B59;
  9. --base06: #1A1B26;
  10. --base07: #1A1B26;
  11. --base08: #343B58;
  12. --base09: #965027;
  13. --base0A: #166775;
  14. --base0B: #485E30;
  15. --base0C: #3E6968;
  16. --base0D: #34548A;
  17. --base0E: #5A4A78;
  18. --base0F: #8C4351;
  19. }