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

  1. :root {
  2. --color-shade: #fff;
  3. --color-negative: #f8f8f8;
  4. --color-positive: #333;
  5. --color-primary: #ba6a9c;
  6. --color-secondary: #f90;
  7. --color-code-number: #72b507;
  8. --color-code-keyword: #ee5189;
  9. --color-code-type: #427fb1;
  10. --color-code-instance-attribute: #76a7d2;
  11. --color-code-function: #5a984a;
  12. --color-code-parameter: #915ec2;
  13. --color-code-property: #b76e8d;
  14. --color-code-string: #b59e36;
  15. --color-code-variable: #61864e;
  16. --color-code-regexp: #4f7e03;
  17. --color-code-url: #0099CC;
  18. --color-code-global: #C28050;
  19. }