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

10 months ago
  1. /* Apprentice by romainl */
  2. :root {
  3. --base00: #262626;
  4. --base01: #AF5F5F;
  5. --base02: #5F875F;
  6. --base03: #87875F;
  7. --base04: #5F87AF;
  8. --base05: #5F5F87;
  9. --base06: #5F8787;
  10. --base07: #6C6C6C;
  11. --base08: #444444;
  12. --base09: #FF8700;
  13. --base0A: #87AF87;
  14. --base0B: #FFFFAF;
  15. --base0C: #87AFD7;
  16. --base0D: #8787AF;
  17. --base0E: #5FAFAF;
  18. --base0F: #BCBCBC;
  19. }