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.

23 lines
450 B

10 months ago
  1. /* gruvbox light
  2. * https://github.com/morhetz/gruvbox
  3. * base16: https://github.com/dawikur/base16-gruvbox-scheme
  4. */
  5. :root {
  6. --base00: #fbf1c7;
  7. --base01: #ebdbb2;
  8. --base02: #d5c4a1;
  9. --base03: #bdae93;
  10. --base04: #665c54;
  11. --base05: #504945;
  12. --base06: #3c3836;
  13. --base07: #282828;
  14. --base08: #9d0006;
  15. --base09: #af3a03;
  16. --base0A: #b57614;
  17. --base0B: #79740e;
  18. --base0C: #427b58;
  19. --base0D: #076678;
  20. --base0E: #8f3f71;
  21. --base0F: #d65d0e;
  22. }