|
9 | 9 | "build":false,// set this to true to hide the "out" folder with the compiled JS files
|
10 | 10 | ".vscode-test/**":true
|
11 | 11 | },
|
12 |
| -// styles |
13 |
| -"workbench.colorCustomizations": { |
14 |
| -"activityBar.background":"#1a1a1a", |
15 |
| -"activityBar.activeBackground":"#1a1a1a", |
16 |
| -"activityBar.activeBorder":"#606020", |
17 |
| -"activityBar.foreground":"#e7e7e7", |
18 |
| -"activityBar.inactiveForeground":"#e7e7e799", |
19 |
| -"activityBarBadge.background":"#606020", |
20 |
| -"activityBarBadge.foreground":"#e7e7e7", |
21 |
| -"titleBar.activeBackground":"#000000", |
22 |
| -"titleBar.inactiveBackground":"#00000099", |
23 |
| -"titleBar.activeForeground":"#e7e7e7", |
24 |
| -"titleBar.inactiveForeground":"#e7e7e799", |
25 |
| -"statusBar.background":"#000000", |
26 |
| -"statusBarItem.hoverBackground":"#1a1a1a", |
27 |
| -"statusBar.foreground":"#e7e7e7" |
28 |
| - }, |
29 |
| -"peacock.color":"#000000" |
| 12 | +"git.alwaysSignOff":true// DCO compliance |
30 | 13 | }
|