|
6 | 6 | "search.exclude": {
|
7 | 7 | "out": true
|
8 | 8 | },
|
9 |
| - "peacock.color": "#1975d2" |
| 9 | + "peacock.color": "#1975d2", |
| 10 | + "workbench.colorCustomizations": { |
| 11 | + "activityBar.activeBackground": "#378fe7", |
| 12 | + "activityBar.activeBorder": "#ab1460", |
| 13 | + "activityBar.background": "#378fe7", |
| 14 | + "activityBar.foreground": "#e7e7e7", |
| 15 | + "activityBar.inactiveForeground": "#e7e7e799", |
| 16 | + "activityBarBadge.background": "#ab1460", |
| 17 | + "activityBarBadge.foreground": "#e7e7e7", |
| 18 | + "editorGroup.border": "#378fe7", |
| 19 | + "panel.border": "#378fe7", |
| 20 | + "sideBar.border": "#378fe7", |
| 21 | + "statusBar.background": "#1975d2", |
| 22 | + "statusBar.border": "#1975d2", |
| 23 | + "statusBar.foreground": "#e7e7e7", |
| 24 | + "statusBarItem.hoverBackground": "#378fe7", |
| 25 | + "titleBar.activeBackground": "#1975d2", |
| 26 | + "titleBar.activeForeground": "#e7e7e7", |
| 27 | + "titleBar.border": "#1975d2", |
| 28 | + "titleBar.inactiveBackground": "#1975d299", |
| 29 | + "titleBar.inactiveForeground": "#e7e7e799" |
| 30 | + }, |
| 31 | + "peacock.remoteColor": "1975d2" |
10 | 32 | }
|
0 commit comments