main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
815 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | .token.punctuation.brace-hover,
|
---|
| 2 | .token.punctuation.brace-selected {
|
---|
| 3 | outline: solid 1px;
|
---|
| 4 | }
|
---|
| 5 |
|
---|
| 6 | .rainbow-braces .token.punctuation.brace-level-1,
|
---|
| 7 | .rainbow-braces .token.punctuation.brace-level-5,
|
---|
| 8 | .rainbow-braces .token.punctuation.brace-level-9 {
|
---|
| 9 | color: #E50;
|
---|
| 10 | opacity: 1;
|
---|
| 11 | }
|
---|
| 12 | .rainbow-braces .token.punctuation.brace-level-2,
|
---|
| 13 | .rainbow-braces .token.punctuation.brace-level-6,
|
---|
| 14 | .rainbow-braces .token.punctuation.brace-level-10 {
|
---|
| 15 | color: #0B3;
|
---|
| 16 | opacity: 1;
|
---|
| 17 | }
|
---|
| 18 | .rainbow-braces .token.punctuation.brace-level-3,
|
---|
| 19 | .rainbow-braces .token.punctuation.brace-level-7,
|
---|
| 20 | .rainbow-braces .token.punctuation.brace-level-11 {
|
---|
| 21 | color: #26F;
|
---|
| 22 | opacity: 1;
|
---|
| 23 | }
|
---|
| 24 | .rainbow-braces .token.punctuation.brace-level-4,
|
---|
| 25 | .rainbow-braces .token.punctuation.brace-level-8,
|
---|
| 26 | .rainbow-braces .token.punctuation.brace-level-12 {
|
---|
| 27 | color: #E0E;
|
---|
| 28 | opacity: 1;
|
---|
| 29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.