|
33 | 33 | "input.background": "#e5e5e5", |
34 | 34 | "input.border": "#515151", |
35 | 35 | "input.foreground": "#323232", |
36 | | - "input.placeholderForeground": "#323232", |
| 36 | + "input.placeholderForeground": "#e5e5e5", |
37 | 37 | "inputOption.activeBackground": "#20202b", |
38 | 38 | "inputOption.activeBorder": "#e5e5e5", |
39 | 39 | "inputOption.activeForeground": "#e5e5e5", |
|
58 | 58 | "list.dropBackground": "#515151", |
59 | 59 | "list.focusBackground": "#3232323f", |
60 | 60 | "list.focusForeground": "#e5e5e5", |
61 | | - "list.highlightForeground": "#5bbbec", |
| 61 | + "list.highlightForeground": "#cd84c8", |
62 | 62 | "list.hoverBackground": "#51515133", |
63 | 63 | "list.hoverForeground": "#e5e5e5", |
64 | 64 | "list.inactiveSelectionBackground": "#20202b3f", |
65 | | - "list.inactiveSelectionForeground": "#323232", |
| 65 | + "list.inactiveSelectionForeground": "#e5e5e5", |
66 | 66 | "list.inactiveFocusBackground": "#5151513f", |
67 | 67 | "list.invalidItemForeground": "#cd84c8", |
68 | 68 | "list.errorForeground": "#cd84c8", |
|
142 | 142 | "editorIndentGuide.activeBackground": "#e5e5e5", |
143 | 143 | "editorRuler.foreground": "#515151", |
144 | 144 | "editorCodeLens.foreground": "#ee77a5", |
145 | | - "editorLightBulb.foreground": "#5bbbec", |
| 145 | + "editorLightBulb.foreground": "#ee77a5", |
146 | 146 | "editorLightBulbAutoFix.foreground": "#cd84c8", |
147 | 147 | "editorBracketMatch.background": "#515151", |
148 | 148 | "editorBracketMatch.border": "#20202b", |
|
153 | 153 | "editorOverviewRuler.selectionHighlightForeground": "#515151bf", |
154 | 154 | "editorOverviewRuler.wordHighlightForeground": "#20202bbf", |
155 | 155 | "editorOverviewRuler.wordHighlightStrongForeground": "#323232bf", |
156 | | - "editorOverviewRuler.modifiedForeground": "#5bec6e7f", |
157 | | - "editorOverviewRuler.addedForeground": "#c4bfa27f", |
158 | | - "editorOverviewRuler.deletedForeground": "#e23c527f", |
159 | | - "editorOverviewRuler.errorForeground": "#cd84c87f", |
| 156 | + "editorOverviewRuler.modifiedForeground": "#c4bfa27f", |
| 157 | + "editorOverviewRuler.addedForeground": "#5bec6e7f", |
| 158 | + "editorOverviewRuler.deletedForeground": "#fad7107f", |
| 159 | + "editorOverviewRuler.errorForeground": "#f505257f", |
160 | 160 | "editorOverviewRuler.warningForeground": "#e5e5e57f", |
161 | 161 | "editorOverviewRuler.infoForeground": "#cd84c87f", |
162 | 162 | "editorOverviewRuler.bracketMatchForeground": "#323232", |
|
0 commit comments