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

10 months ago
  1. /* Solarized Light by Ethan Schoonover (modified by aramisgithub) */
  2. :root {
  3. --base00: #fdf6e3;
  4. --base01: #eee8d5;
  5. --base02: #93a1a1;
  6. --base03: #839496;
  7. --base04: #657b83;
  8. --base05: #586e75;
  9. --base06: #073642;
  10. --base07: #002b36;
  11. --base08: #dc322f;
  12. --base09: #cb4b16;
  13. --base0A: #b58900;
  14. --base0B: #859900;
  15. --base0C: #2aa198;
  16. --base0D: #268bd2;
  17. --base0E: #6c71c4;
  18. --base0F: #d33682;
  19. }