11{
22 "gitdoc.enabled" : false ,
3- "dotnet.defaultSolution" : " disable"
3+ "dotnet.defaultSolution" : " disable" ,
4+ "workbench.colorCustomizations" : {
5+ "activityBar.activeBackground" : " #3399ff" ,
6+ "activityBar.background" : " #3399ff" ,
7+ "activityBar.foreground" : " #15202b" ,
8+ "activityBar.inactiveForeground" : " #15202b99" ,
9+ "activityBarBadge.background" : " #bf0060" ,
10+ "activityBarBadge.foreground" : " #e7e7e7" ,
11+ "commandCenter.border" : " #e7e7e799" ,
12+ "sash.hoverBorder" : " #3399ff" ,
13+ "statusBar.background" : " #007fff" ,
14+ "statusBar.debuggingBackground" : " #ff8000" ,
15+ "statusBar.debuggingForeground" : " #15202b" ,
16+ "statusBar.foreground" : " #e7e7e7" ,
17+ "statusBarItem.hoverBackground" : " #3399ff" ,
18+ "statusBarItem.remoteBackground" : " #007fff" ,
19+ "statusBarItem.remoteForeground" : " #e7e7e7" ,
20+ "titleBar.activeBackground" : " #007fff" ,
21+ "titleBar.activeForeground" : " #e7e7e7" ,
22+ "titleBar.inactiveBackground" : " #007fff99" ,
23+ "titleBar.inactiveForeground" : " #e7e7e799"
24+ },
25+ "peacock.color" : " #007fff"
426}
0 commit comments