|
46 | 46 | "inputValidation.warningBackground": "#1c1836", |
47 | 47 | "inputValidation.warningForeground": "#2f2955", |
48 | 48 | "inputValidation.warningBorder": "#2f2955", |
49 | | - "scrollbar.shadow": "#ffffff", |
| 49 | + "scrollbar.shadow": "#000000", |
50 | 50 | "scrollbarSlider.activeBackground": "#ff007a", |
51 | 51 | "scrollbarSlider.background": "#2f2955", |
52 | 52 | "scrollbarSlider.hoverBackground": "#685b93", |
|
139 | 139 | "editor.selectionBackground": "#5029e533", |
140 | 140 | "editor.selectionForeground": "#ece7fd", |
141 | 141 | "editor.inactiveSelectionBackground": "#5029e533", |
142 | | - "editor.selectionHighlightBackground": "#1c1836", |
| 142 | + "editor.selectionHighlightBackground": "#685b9366", |
143 | 143 | "editor.wordHighlightBackground": "#685b9333", |
144 | 144 | "editor.wordHighlightStrongBackground": "#ff007a33", |
145 | | - "editor.findMatchBackground": "#fdfe543f", |
146 | | - "editor.findMatchHighlightBackground": "#fdfe5433", |
| 145 | + "editor.findMatchBackground": "#fdfe5480", |
| 146 | + "editor.findMatchHighlightBackground": "#fdfe5466", |
147 | 147 | "editor.findRangeHighlightBackground": "#1c1836", |
148 | 148 | "editor.hoverHighlightBackground": "#2f29557f", |
149 | 149 | "editor.lineHighlightBackground": "#131026", |
150 | 150 | "editor.lineHighlightBorder": "#131026", |
151 | 151 | "editorLink.activeForeground": "#ece7fd", |
152 | | - "editor.rangeHighlightBackground": "#fdfe5433", |
| 152 | + "editor.rangeHighlightBackground": "#685b9366", |
153 | 153 | "editor.symbolHighlightBackground": "#685b9333", |
154 | 154 | "editorWhitespace.foreground": "#1c1836", |
155 | 155 | "editorIndentGuide.background": "#1c1836", |
|
183 | 183 | "editorHint.foreground": "#ff007a", |
184 | 184 | "editorHint.border": "#b4a5e7", |
185 | 185 | "problemsErrorIcon.foreground": "#ff286f", |
186 | | - "problemsWarningIcon.foreground": "#2f2955", |
| 186 | + "problemsWarningIcon.foreground": "#fdfe54", |
187 | 187 | "problemsInfoIcon.foreground": "#5029e5", |
188 | 188 | "editorUnnecessaryCode.opacity": "#0000007f", |
189 | 189 | "editorGutter.background": "#131026", |
|
579 | 579 | "settings": { |
580 | 580 | "foreground": "#ff007a" |
581 | 581 | } |
| 582 | + }, |
| 583 | + { |
| 584 | + "name": "Markup Bold", |
| 585 | + "scope": "markup.bold", |
| 586 | + "settings": { |
| 587 | + "foreground": "#ece7fd", |
| 588 | + "fontStyle": "bold" |
| 589 | + } |
| 590 | + }, |
| 591 | + { |
| 592 | + "name": "Markup Italic", |
| 593 | + "scope": "markup.italic", |
| 594 | + "settings": { |
| 595 | + "foreground": "#b4a5e7", |
| 596 | + "fontStyle": "italic" |
| 597 | + } |
| 598 | + }, |
| 599 | + { |
| 600 | + "name": "Markup Code", |
| 601 | + "scope": "markup.inline.raw", |
| 602 | + "settings": { |
| 603 | + "foreground": "#05f24f" |
| 604 | + } |
| 605 | + }, |
| 606 | + { |
| 607 | + "name": "Markdown Quote", |
| 608 | + "scope": "markup.quote", |
| 609 | + "settings": { |
| 610 | + "foreground": "#685b93", |
| 611 | + "fontStyle": "italic" |
| 612 | + } |
582 | 613 | } |
583 | 614 | ] |
584 | 615 | } |
0 commit comments