|
1 | 1 | {
|
2 | 2 | "dart.lineLength": 100,
|
3 | 3 | "diffEditor.ignoreTrimWhitespace": true,
|
4 |
| - "workbench.colorCustomizations": { |
5 |
| - "activityBar.activeBackground": "#55b9e8", |
6 |
| - "activityBar.background": "#55b9e8", |
7 |
| - "activityBar.foreground": "#15202b", |
8 |
| - "activityBar.inactiveForeground": "#15202b99", |
9 |
| - "activityBarBadge.background": "#c51b8e", |
10 |
| - "activityBarBadge.foreground": "#e7e7e7", |
11 |
| - "commandCenter.border": "#15202b99", |
12 |
| - "sash.hoverBorder": "#55b9e8", |
13 |
| - "statusBar.background": "#28a7e2", |
14 |
| - "statusBar.foreground": "#15202b", |
15 |
| - "statusBarItem.hoverBackground": "#1a89bd", |
16 |
| - "statusBarItem.remoteBackground": "#28a7e2", |
17 |
| - "statusBarItem.remoteForeground": "#15202b", |
18 |
| - "titleBar.activeBackground": "#28a7e2", |
19 |
| - "titleBar.activeForeground": "#15202b", |
20 |
| - "titleBar.inactiveBackground": "#28a7e299", |
21 |
| - "titleBar.inactiveForeground": "#15202b99" |
22 |
| - }, |
23 |
| - "peacock.color": "#28a7e2" |
24 | 4 | }
|
0 commit comments