|
19 | 19 | "debugIcon.startForeground": "#18c0c4", |
20 | 20 | "debugIcon.continueForeground": "#7d79d1", |
21 | 21 | "debugIcon.disconnectForeground": "#7d79d1", |
22 | | - "debugIcon.pauseForeground": "#7d79d1", |
| 22 | + "debugIcon.pauseForeground": "#7998F2", |
23 | 23 | "debugIcon.restartForeground": "#18c0c4", |
24 | 24 | "debugIcon.stepBackForeground": "#7d79d1", |
25 | 25 | "debugIcon.stepIntoForeground": "#7d79d1", |
|
177 | 177 | "merge.incomingHeaderBackground": "#ff6e9c98", |
178 | 178 | // Notification Colors. |
179 | 179 | "notificationCenter.border": "#1E1E3F", // Notification Center border color. |
180 | | - "notificationCenterHeader.foreground": "#FFFFFF", // Notification Center header foreground color. |
| 180 | + "notificationCenterHeader.foreground": "#fefeff", // Notification Center header foreground color. |
181 | 181 | "notificationCenterHeader.background": "#130C29", // Notification Center header background color. |
182 | 182 | "notificationToast.border": "#130C29", // Notification toast border color. |
183 | 183 | "notifications.foreground": "#CEC5FF", // Notification foreground color. |
184 | 184 | "notifications.background": "#130C29", // Notification background color. |
185 | 185 | "notifications.border": "#2D2B55", // Notification border color separating from other notifications in the Notification Center. |
186 | | - "notificationLink.foreground": "#FFFFFF", // Notification links foreground color. |
| 186 | + "notificationLink.foreground": "#fefeff", // Notification links foreground color. |
187 | 187 | // Panel. |
188 | 188 | // https://code.visualstudio.com/docs/getstarted/theme-color-reference#_panel-colors |
189 | 189 | "panel.background": "#130C29", |
|
196 | 196 | "progressBar.background": "#F26196", |
197 | 197 | // Scroll Bar Control. |
198 | 198 | // https://code.visualstudio.com/docs/getstarted/theme-color-reference#_scroll-bar-control |
199 | | - "scrollbar.shadow": "#010b14", |
| 199 | + "scrollbar.shadow": "#CEC5FF", |
200 | 200 | "scrollbarSlider.background": "#57549293", |
201 | 201 | "scrollbarSlider.hoverBackground": "#A56CF5", |
202 | 202 | "scrollbarSlider.activeBackground": "#F26196", |
|
0 commit comments