Template for starting apps, powered by Next.js
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

20 行
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. }