|
15 | 15 | "prettier.prettierPath": ".yarn/sdks/prettier/index.js", |
16 | 16 | "typescript.tsdk": ".yarn/sdks/typescript/lib", |
17 | 17 | "typescript.enablePromptUseWorkspaceTsdk": true, |
18 | | - "workbench.colorCustomizations": { |
19 | | - "activityBar.activeBackground": "#3333ff", |
20 | | - "activityBar.activeBorder": "#600000", |
21 | | - "activityBar.background": "#3333ff", |
22 | | - "activityBar.foreground": "#e7e7e7", |
23 | | - "activityBar.inactiveForeground": "#e7e7e799", |
24 | | - "activityBarBadge.background": "#600000", |
25 | | - "activityBarBadge.foreground": "#e7e7e7", |
26 | | - "sash.hoverBorder": "#3333ff", |
27 | | - "statusBar.background": "#0000ff", |
28 | | - "statusBar.foreground": "#e7e7e7", |
29 | | - "statusBarItem.hoverBackground": "#3333ff", |
30 | | - "statusBarItem.remoteBackground": "#0000ff", |
31 | | - "statusBarItem.remoteForeground": "#e7e7e7", |
32 | | - "titleBar.activeBackground": "#0000ff", |
33 | | - "titleBar.activeForeground": "#e7e7e7", |
34 | | - "titleBar.inactiveBackground": "#0000ff99", |
35 | | - "titleBar.inactiveForeground": "#e7e7e799" |
36 | | - }, |
37 | | - "peacock.color": "blue" |
38 | 18 | } |
0 commit comments