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

10 months ago
  1. /* gruvbox dark
  2. * https://github.com/morhetz/gruvbox
  3. * base16: https://github.com/dawikur/base16-gruvbox-scheme
  4. */
  5. :root {
  6. --base00: #282828;
  7. --base01: #3c3836;
  8. --base02: #504945;
  9. --base03: #665c54;
  10. --base04: #bdae93;
  11. --base05: #d5c4a1;
  12. --base06: #ebdbb2;
  13. --base07: #fbf1c7;
  14. --base08: #fb4934;
  15. --base09: #fe8019;
  16. --base0A: #fabd2f;
  17. --base0B: #b8bb26;
  18. --base0C: #8ec07c;
  19. --base0D: #83a598;
  20. --base0E: #d3869b;
  21. --base0F: #d65d0e;
  22. }