|
4 | 4 | "source.organizeImports":true,
|
5 | 5 | "source.fixAll":true
|
6 | 6 | },
|
| 7 | +"eslint.validate": ["javascript","javascriptreact","typescript","typescriptreact"], |
7 | 8 | "files.exclude": {
|
8 | 9 | "build":false,// set this to true to hide the "out" folder with the compiled JS files
|
9 | 10 | ".vscode-test/**":true,
|
10 | 11 | "*.vsix":true
|
11 | 12 | },
|
12 | 13 | // styles
|
13 | 14 | "workbench.colorCustomizations": {
|
14 |
| -"activityBar.background":"#000000", |
| 15 | +"activityBar.background":"#1a1a1a", |
| 16 | +"activityBar.activeBorder":"#606020", |
| 17 | +"activityBar.foreground":"#e7e7e7", |
| 18 | +"activityBar.inactiveForeground":"#e7e7e799", |
| 19 | +"activityBarBadge.background":"#606020", |
| 20 | +"activityBarBadge.foreground":"#e7e7e7", |
15 | 21 | "titleBar.activeBackground":"#000000",
|
16 |
| -"titleBar.activeForeground":"#FFFFFF" |
17 |
| - } |
| 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" |
18 | 30 | }
|