77 " *test*.py"
88 ],
99 "python.testing.pytestEnabled" : false ,
10- "python.testing.unittestEnabled" : true
10+ "python.testing.unittestEnabled" : true ,
11+ "workbench.colorCustomizations" : {
12+ "activityBar.activeBackground" : " #2f7c47" ,
13+ "activityBar.background" : " #2f7c47" ,
14+ "activityBar.foreground" : " #e7e7e7" ,
15+ "activityBar.inactiveForeground" : " #e7e7e799" ,
16+ "activityBarBadge.background" : " #422c74" ,
17+ "activityBarBadge.foreground" : " #e7e7e7" ,
18+ "commandCenter.border" : " #e7e7e799" ,
19+ "sash.hoverBorder" : " #2f7c47" ,
20+ "statusBar.background" : " #215732" ,
21+ "statusBar.foreground" : " #e7e7e7" ,
22+ "statusBarItem.hoverBackground" : " #2f7c47" ,
23+ "statusBarItem.remoteBackground" : " #215732" ,
24+ "statusBarItem.remoteForeground" : " #e7e7e7" ,
25+ "titleBar.activeBackground" : " #215732" ,
26+ "titleBar.activeForeground" : " #e7e7e7" ,
27+ "titleBar.inactiveBackground" : " #21573299" ,
28+ "titleBar.inactiveForeground" : " #e7e7e799"
29+ },
30+ "peacock.color" : " #215732"
1131}
0 commit comments