|
351 | 351 | .monaco-editor.vs .token.entity { color: #A31515; } |
352 | 352 | .monaco-editor.vs .token.entity.name { color: #800000; } |
353 | 353 | .monaco-editor.vs .token.entity.name.tag { color: #800000; } |
354 | | -.monaco-editor.vs .token.entity.name.function { color: #444444; } |
| 354 | +.monaco-editor.vs .token.entity.name.function { color: #000000; } |
355 | 355 | .monaco-editor.vs .token.entity.name.class { color: #2B91AF; } |
356 | 356 | .monaco-editor.vs .token.entity.name.selector { color: #800000; } |
357 | 357 | .monaco-editor.vs .token.entity.other.selector { color: #800000; } |
|
387 | 387 | .monaco-editor.vs .token.meta { color: #000000; } |
388 | 388 | .monaco-editor.vs .token.meta.selector { color: #800000; } |
389 | 389 | .monaco-editor.vs .token.meta.tag { color: #800000; } |
390 | | - |
391 | | -.monaco-editor.vs .token.storage { color: gray }; |
392 | | -.monaco-editor.vs .token.storage.content { color: red }; |
| 390 | +.monaco-editor.vs .token.meta.preprocessor { color: #0000FF; } |
| 391 | +.monaco-editor.vs .token.meta.preprocessor.string { color: #A31515; } |
| 392 | +.monaco-editor.vs .token.meta.preprocessor.numeric { color: #09885A; } |
| 393 | +.monaco-editor.vs .token.meta.object.type { color: #2B91AF; } |
| 394 | +.monaco-editor.vs .token.meta.object.type.variable { color: #000000; } |
| 395 | + |
| 396 | +.monaco-editor.vs .token.storage { color: #0000FF; } |
| 397 | +.monaco-editor.vs .token.storage.content { color: red; } |
393 | 398 | .monaco-editor.vs .token.storage.type { color: #0000FF; } |
394 | 399 | .monaco-editor.vs .token.storage.modifier { color: #0000FF; } |
395 | 400 | .monaco-editor.vs .token.cast.storage.type, |
|
410 | 415 | .monaco-editor.vs .token.string.regexp { color: #811f3f; } |
411 | 416 | /*.monaco-editor.vs .token.string.other*/ |
412 | 417 |
|
413 | | -.monaco-editor.vs .token.support { color: #800000; } |
| 418 | +.monaco-editor.vs .token.support { color: #0000FF; } |
| 419 | +.monaco-editor.vs .token.support.function { color: #000000; } |
| 420 | +.monaco-editor.vs .token.support.method { color: #000000; } |
414 | 421 | .monaco-editor.vs .token.support.type { color: red; } |
415 | 422 | .monaco-editor.vs .token.support.type.json { color: #A31515; } |
416 | 423 | .monaco-editor.vs .token.support.property-value { color: #0451A5; } |
|
515 | 522 | .monaco-editor.vs-dark .token.meta { color: #D4D4D4; } |
516 | 523 | .monaco-editor.vs-dark .token.meta.selector { color: #569CD6; } |
517 | 524 | .monaco-editor.vs-dark .token.meta.tag { color: #CE9178; } |
518 | | - |
519 | | -.monaco-editor.vs-dark .token.storage { color: #569CD6 }; |
520 | | -.monaco-editor.vs-dark .token.storage.content { color: #9CDCFE }; |
| 525 | +.monaco-editor.vs-dark .token.meta.preprocessor { color: #569CD6; } |
| 526 | +.monaco-editor.vs-dark .token.meta.preprocessor.string { color: #CE9178; } |
| 527 | +.monaco-editor.vs-dark .token.meta.preprocessor.numeric { color: #B5CEA8; } |
| 528 | +.monaco-editor.vs-dark .token.meta.object.type { color: #569CD6; } |
| 529 | +.monaco-editor.vs-dark .token.meta.object.type.variable { color: #9CDCFE; } |
| 530 | + |
| 531 | +.monaco-editor.vs-dark .token.storage { color: #569CD6; } |
| 532 | +.monaco-editor.vs-dark .token.storage.content { color: #9CDCFE; } |
521 | 533 | .monaco-editor.vs-dark .token.storage.type { color: #569CD6; } |
522 | 534 | .monaco-editor.vs-dark .token.storage.modifier { color: #569CD6; } |
523 | 535 | .monaco-editor.vs-dark .token.annotation.storage.type, |
|
540 | 552 | .monaco-editor.vs-dark .token.string.regexp { color: #D16969; } |
541 | 553 | /*.monaco-editor.vs-dark .token.string.other*/ |
542 | 554 |
|
543 | | -.monaco-editor.vs-dark .token.support { color: #A79873; } |
| 555 | +.monaco-editor.vs-dark .token.support { color: #569CD6; } |
| 556 | +.monaco-editor.vs-dark .token.support.function { color: #D4D4D4; } |
| 557 | +.monaco-editor.vs-dark .token.support.method { color: #D4D4D4; } |
544 | 558 | .monaco-editor.vs-dark .token.support.type { color: #9CDCFE; } |
545 | 559 | .monaco-editor.vs-dark .token.support.property-value { color: #CE9178; } |
546 | 560 | /*.monaco-editor.vs-dark .token.support.function |
|
635 | 649 | /*.monaco-editor.hc-black .token.markup.underline.link*/ |
636 | 650 | .monaco-editor.hc-black .token.markup.bold { font-weight: bold; } |
637 | 651 | .monaco-editor.hc-black .token.markup.heading { color: #6796e6; } |
638 | | -.monaco-editor.hc-black .token.markup.italic { font-style: italic;} |
| 652 | +.monaco-editor.hc-black .token.markup.italic { font-style: italic; } |
639 | 653 | /*.monaco-editor.hc-black .token.markup.list |
640 | 654 | .monaco-editor.hc-black .token.markup.list.numbered |
641 | 655 | .monaco-editor.hc-black .token.markup.list.unnumbered |
|
646 | 660 | .monaco-editor.hc-black .token.meta { color: #D4D4D4; } |
647 | 661 | .monaco-editor.hc-black .token.meta.selector { color: #569CD6; } |
648 | 662 | .monaco-editor.hc-black .token.meta.tag { color: #CE9178; } |
649 | | - |
650 | | -.monaco-editor.hc-black .token.storage { color: #569CD6 }; |
651 | | -.monaco-editor.hc-black .token.storage.content { color: #9CDCFE }; |
| 663 | +.monaco-editor.hc-black .token.meta.preprocessor { color: #569CD6; } |
| 664 | +.monaco-editor.hc-black .token.meta.preprocessor.string { color: #CE9178; } |
| 665 | +.monaco-editor.hc-black .token.meta.preprocessor.numeric { color: #B5CEA8; } |
| 666 | +.monaco-editor.hc-black .token.meta.object.type { color: #569CD6; } |
| 667 | +.monaco-editor.hc-black .token.meta.object.type.variable { color: #D4D4D4; } |
| 668 | + |
| 669 | +.monaco-editor.hc-black .token.storage { color: #569CD6; } |
| 670 | +.monaco-editor.hc-black .token.storage.content { color: #9CDCFE; } |
652 | 671 | .monaco-editor.hc-black .token.storage.type { color: #569CD6; } |
653 | 672 | .monaco-editor.hc-black .token.storage.modifier { color: #569CD6; } |
654 | 673 | .monaco-editor.hc-black .token.annotation.storage.type, |
|
671 | 690 | .monaco-editor.hc-black .token.string.regexp { color: #D16969; } |
672 | 691 | /*.monaco-editor.hc-black .token.string.other*/ |
673 | 692 |
|
674 | | -.monaco-editor.hc-black .token.support { color: #800000; } |
| 693 | +.monaco-editor.hc-black .token.support { color: #569CD6; } |
| 694 | +.monaco-editor.hc-black .token.support.function { color: #D4D4D4; } |
| 695 | +.monaco-editor.hc-black .token.support.method { color: #D4D4D4; } |
675 | 696 | .monaco-editor.hc-black .token.support.type { color: #9CDCFE; } |
676 | 697 | .monaco-editor.hc-black .token.support.property-value { color: #CE9178; } |
677 | 698 | /*.monaco-editor.hc-black .token.support.function |
|
0 commit comments