1
0

Rosé Pine.css 328 B

1234567891011121314151617181920
  1. :root{
  2. /* background */
  3. --1d2021: #191724;
  4. --282828: #1f1d2e;
  5. --3c3836: #26233a;
  6. --504945: #524f67;
  7. /* font */
  8. --928374: #e0def4;
  9. --a89984: #908caa;
  10. --bdae93: #6e6a86;
  11. --8ec07c: #9ccfd8;
  12. --ebdbb2: #f6c177;
  13. /* code highlighter */
  14. --comment: #6e6a86;
  15. --default: #c4a7e7;
  16. --keyword: #31748f;
  17. --string: #f6c177;
  18. }