版博士V2.0程序
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.
 
 
 
 

30 lines
815 B

  1. .token.punctuation.brace-hover,
  2. .token.punctuation.brace-selected {
  3. outline: solid 1px;
  4. }
  5. .rainbow-braces .token.punctuation.brace-level-1,
  6. .rainbow-braces .token.punctuation.brace-level-5,
  7. .rainbow-braces .token.punctuation.brace-level-9 {
  8. color: #E50;
  9. opacity: 1;
  10. }
  11. .rainbow-braces .token.punctuation.brace-level-2,
  12. .rainbow-braces .token.punctuation.brace-level-6,
  13. .rainbow-braces .token.punctuation.brace-level-10 {
  14. color: #0B3;
  15. opacity: 1;
  16. }
  17. .rainbow-braces .token.punctuation.brace-level-3,
  18. .rainbow-braces .token.punctuation.brace-level-7,
  19. .rainbow-braces .token.punctuation.brace-level-11 {
  20. color: #26F;
  21. opacity: 1;
  22. }
  23. .rainbow-braces .token.punctuation.brace-level-4,
  24. .rainbow-braces .token.punctuation.brace-level-8,
  25. .rainbow-braces .token.punctuation.brace-level-12 {
  26. color: #E0E;
  27. opacity: 1;
  28. }