support peacock plugin vscode

This commit is contained in:
Lorenc Pekaj 2019-10-06 22:29:29 +11:00
parent 4a77e20146
commit fa7520c6da
1 changed files with 11 additions and 1 deletions

View File

@ -25,6 +25,16 @@
"**/*.zip": true,
"**/*.*.old": true,
"include": true,
}
},
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#009acc",
"titleBar.inactiveBackground": "#009acc99",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#009acc",
"statusBarItem.hoverBackground": "#00c1ff",
"statusBar.foreground": "#e7e7e7"
},
"peacock.color": "#00C0FF"
}
}