support peacock plugin vscode
This commit is contained in:
parent
4a77e20146
commit
fa7520c6da
@ -25,6 +25,16 @@
|
|||||||
"**/*.zip": true,
|
"**/*.zip": true,
|
||||||
"**/*.*.old": true,
|
"**/*.*.old": true,
|
||||||
"include": 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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user