在 user settings.json 中添加:
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#607d8b",
"activityBar.activeBorder": "#6200ea",
"activityBar.background": "#607d8b",
"activityBar.foreground": "#4dd0e1",
"activityBar.inactiveForeground": "#b2ebf299",
"activityBarBadge.background": "#6200ea",
"activityBarBadge.foreground": "#4dd0e1",
"sash.hoverBorder": "#607d8b",
"statusBar.background": "#ffd54f",
"statusBar.foreground": "#2e7d32",
"statusBarItem.hoverBackground": "#69eb70",
"statusBarItem.remoteBackground": "#ffd54f",
"statusBarItem.remoteForeground": "#2e7d32",
"titleBar.activeBackground": "#ffd54f",
"titleBar.activeForeground": "#2e7d32",
"titleBar.inactiveBackground": "#ffd54f99",
"titleBar.inactiveForeground": "#2e7d3299"
},
activityBar
是左侧边栏。其中activityBar.activeXXX
是打开的。statusBar
和statusBarItem
是底部状态栏。