Template for starting apps, powered by Next.js
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.
 
 

20 lines
524 B

  1. :root {
  2. --color-shade: #000;
  3. --color-negative: #222;
  4. --color-positive: #eee;
  5. --color-primary: #C78AB3;
  6. --color-secondary: #f90;
  7. --color-code-number: #74f95e;
  8. --color-code-keyword: #ff4389;
  9. --color-code-type: #5097D2;
  10. --color-code-instance-attribute: #76a7d2;
  11. --color-code-function: #67c252;
  12. --color-code-parameter: #915ec2;
  13. --color-code-property: #ffa1c9;
  14. --color-code-string: #eed371;
  15. --color-code-variable: #8bc275;
  16. --color-code-regexp: #74A72B;
  17. --color-code-url: #0099CC;
  18. --color-code-global: #C28050;
  19. }