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.
29 lines
815 B
29 lines
815 B
.token.punctuation.brace-hover, |
|
.token.punctuation.brace-selected { |
|
outline: solid 1px; |
|
} |
|
|
|
.rainbow-braces .token.punctuation.brace-level-1, |
|
.rainbow-braces .token.punctuation.brace-level-5, |
|
.rainbow-braces .token.punctuation.brace-level-9 { |
|
color: #E50; |
|
opacity: 1; |
|
} |
|
.rainbow-braces .token.punctuation.brace-level-2, |
|
.rainbow-braces .token.punctuation.brace-level-6, |
|
.rainbow-braces .token.punctuation.brace-level-10 { |
|
color: #0B3; |
|
opacity: 1; |
|
} |
|
.rainbow-braces .token.punctuation.brace-level-3, |
|
.rainbow-braces .token.punctuation.brace-level-7, |
|
.rainbow-braces .token.punctuation.brace-level-11 { |
|
color: #26F; |
|
opacity: 1; |
|
} |
|
.rainbow-braces .token.punctuation.brace-level-4, |
|
.rainbow-braces .token.punctuation.brace-level-8, |
|
.rainbow-braces .token.punctuation.brace-level-12 { |
|
color: #E0E; |
|
opacity: 1; |
|
}
|
|
|