Website for showcasing all features of Tesseract Web.
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.
 
 

21 lines
570 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-tertiary: #d75f4b;
  8. --color-code-number: #74f95e;
  9. --color-code-keyword: #ff4389;
  10. --color-code-type: #5097D2;
  11. --color-code-instance-attribute: #76a7d2;
  12. --color-code-function: #67c252;
  13. --color-code-parameter: #915ec2;
  14. --color-code-property: #ffa1c9;
  15. --color-code-string: #eed371;
  16. --color-code-variable: #8bc275;
  17. --color-code-regexp: #74A72B;
  18. --color-code-url: #0099CC;
  19. --color-code-global: #C28050;
  20. }