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

10 months ago
  1. /* tender by Jacobo Tabernero (https://github/com/jacoborus/tender.vim) */
  2. :root {
  3. --base00: #282828;
  4. --base01: #383838;
  5. --base02: #484848;
  6. --base03: #4c4c4c;
  7. --base04: #b8b8b8;
  8. --base05: #eeeeee;
  9. --base06: #e8e8e8;
  10. --base07: #feffff;
  11. --base08: #f43753;
  12. --base09: #dc9656;
  13. --base0A: #ffc24b;
  14. --base0B: #c9d05c;
  15. --base0C: #73cef4;
  16. --base0D: #b3deef;
  17. --base0E: #d3b987;
  18. --base0F: #a16946;
  19. }