gentoo.css 327 B

1234567891011121314151617181920
  1. :root{
  2. /* background */
  3. --1d2021: #21222d;
  4. --282828: #393657;
  5. --3c3836: #27273c;
  6. --504945: #aa85e1;
  7. /* font */
  8. --928374: #906be3;
  9. --a89984: #9794ac;
  10. --bdae93: #cec0f2;
  11. --8ec07c: #5db6e1;
  12. --ebdbb2: #b194f5;
  13. /* code highlighter */
  14. --comment: #a0c0a4;
  15. --default: #f00;
  16. --keyword: #9376e4;
  17. --string: #ecd78f;
  18. }