在 user settings.json 中添加:

    1. "workbench.colorCustomizations": {
    2. "activityBar.activeBackground": "#607d8b",
    3. "activityBar.activeBorder": "#6200ea",
    4. "activityBar.background": "#607d8b",
    5. "activityBar.foreground": "#4dd0e1",
    6. "activityBar.inactiveForeground": "#b2ebf299",
    7. "activityBarBadge.background": "#6200ea",
    8. "activityBarBadge.foreground": "#4dd0e1",
    9. "sash.hoverBorder": "#607d8b",
    10. "statusBar.background": "#ffd54f",
    11. "statusBar.foreground": "#2e7d32",
    12. "statusBarItem.hoverBackground": "#69eb70",
    13. "statusBarItem.remoteBackground": "#ffd54f",
    14. "statusBarItem.remoteForeground": "#2e7d32",
    15. "titleBar.activeBackground": "#ffd54f",
    16. "titleBar.activeForeground": "#2e7d32",
    17. "titleBar.inactiveBackground": "#ffd54f99",
    18. "titleBar.inactiveForeground": "#2e7d3299"
    19. },
    • activityBar是左侧边栏。其中 activityBar.activeXXX是打开的。
    • statusBarstatusBarItem是底部状态栏。

    颜色可参考: https://v4.mui.com/zh/customization/color/