|
1 | 1 | {
|
2 | 2 | "typescript.tsdk": "node_modules/typescript/lib",
|
3 |
| - "workbench.colorCustomizations": { |
4 |
| - "activityBar.activeBackground": "#d258c6", |
5 |
| - "activityBar.activeBorder": "#c3d04f", |
6 |
| - "activityBar.background": "#d258c6", |
7 |
| - "activityBar.foreground": "#15202b", |
8 |
| - "activityBar.inactiveForeground": "#15202b99", |
9 |
| - "activityBarBadge.background": "#c3d04f", |
10 |
| - "activityBarBadge.foreground": "#15202b", |
11 |
| - "statusBar.background": "#c334b5", |
12 |
| - "statusBar.foreground": "#e7e7e7", |
13 |
| - "statusBarItem.hoverBackground": "#d258c6", |
14 |
| - "titleBar.activeBackground": "#c334b5", |
15 |
| - "titleBar.activeForeground": "#e7e7e7", |
16 |
| - "titleBar.inactiveBackground": "#c334b599", |
17 |
| - "titleBar.inactiveForeground": "#e7e7e799", |
18 |
| - "editorGroup.border": "#d258c6", |
19 |
| - "panel.border": "#d258c6", |
20 |
| - "sash.hoverBorder": "#d258c6", |
21 |
| - "sideBar.border": "#d258c6", |
22 |
| - "statusBarItem.remoteBackground": "#c334b5", |
23 |
| - "statusBarItem.remoteForeground": "#e7e7e7" |
24 |
| - }, |
25 |
| - "peacock.color": "#c334b5" |
26 | 3 | }
|
0 commit comments