如何修改vscode下面状态栏颜色和字体颜色
需要在settings.json里面配置如下参数
"workbench.colorCustomizations": {
"statusBar.foreground": "#999999",
"statusBar.background": "#3C3C3C",
"statusBar.noFolderBackground": "#3C3C3C",
"statusBar.debuggingBackground": "#3C3C3C"
},