|
14 | 14 | .monaco-editor.vs .token.constant { color: #dd0000; } |
15 | 15 | .monaco-editor.vs .token.string { color: #A31515; } |
16 | 16 | .monaco-editor.vs .token.string.escape { color: #A31515; } |
17 | | -.monaco-editor.vs .token.literal { color: #000000; } |
18 | 17 | .monaco-editor.vs .token.literal.string { color: #A31515; } |
19 | 18 | .monaco-editor.vs .token.literal.hex { color: #e07000; } |
20 | 19 | .monaco-editor.vs .token.number { color: #09885A; } |
|
106 | 105 | .monaco-editor.vs-dark .token.constant { color: #dd0000; } |
107 | 106 | .monaco-editor.vs-dark .token.string { color: #CE9178; } |
108 | 107 | .monaco-editor.vs-dark .token.string.escape { color: #CE9178; } |
109 | | -.monaco-editor.vs-dark .token.literal { color: #e00000; } |
110 | 108 | .monaco-editor.vs-dark .token.literal.hex { color: #e07000; } |
111 | 109 | .monaco-editor.vs-dark .token.number { color: #B5CEA8; } |
112 | 110 | .monaco-editor.vs-dark .token.number.hex { color: #5BB498; } |
|
199 | 197 | .monaco-editor.hc-black .token.string { color: #CE9178; } |
200 | 198 | .monaco-editor.hc-black .token.string.escape { color: #CE9178; } |
201 | 199 |
|
202 | | -.monaco-editor.hc-black .token.literal { color: #FFFFFF; } |
203 | 200 | .monaco-editor.hc-black .token.literal.hex { color: #FFFFFF; } |
204 | 201 | .monaco-editor.hc-black .token.number { color: #FFFFFF; } |
205 | 202 | .monaco-editor.hc-black .token.number.hex { color: #FFFFFF; } |
|
350 | 347 | .monaco-editor.vs .token.markup.raw |
351 | 348 | .monaco-editor.vs .token.markup.other*/ |
352 | 349 |
|
353 | | -.monaco-editor.vs .token.meta { color: #000000; } |
354 | 350 | .monaco-editor.vs .token.meta.selector { color: #800000; } |
355 | 351 | .monaco-editor.vs .token.meta.tag { color: #800000; } |
356 | 352 | .monaco-editor.vs .token.meta.preprocessor { color: #0000FF; } |
|
478 | 474 | .monaco-editor.vs-dark .token.markup.raw |
479 | 475 | .monaco-editor.vs-dark .token.markup.other*/ |
480 | 476 |
|
481 | | -.monaco-editor.vs-dark .token.meta { color: #D4D4D4; } |
482 | 477 | .monaco-editor.vs-dark .token.meta.selector { color: #D7BA7D; } |
483 | 478 | .monaco-editor.vs-dark .token.meta.tag { color: #808080; } /* gray for html/xml-tag brackets */ |
484 | 479 | .monaco-editor.vs-dark .token.meta.preprocessor { color: #569CD6; } |
|
606 | 601 | .monaco-editor.hc-black .token.markup.raw |
607 | 602 | .monaco-editor.hc-black .token.markup.other*/ |
608 | 603 |
|
609 | | -.monaco-editor.hc-black .token.meta { color: #D4D4D4; } |
610 | 604 | .monaco-editor.hc-black .token.meta.selector { color: #D7BA7D; } |
611 | 605 | .monaco-editor.hc-black .token.meta.tag { color: #808080; } /* gray for html/xml-tag brackets */ |
612 | 606 | .monaco-editor.hc-black .token.meta.preprocessor { color: #569CD6; } |
|
0 commit comments