user-setting: backpack .vscode/(user)setting.json
before
{
"liveServer.settings.port": 5502,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#b294c7",
"activityBar.background": "#b294c7",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#e9e1d5",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#b294c7",
"statusBar.background": "#9a73b5",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#8155a0",
"statusBarItem.remoteBackground": "#9a73b5",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#9a73b5",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#9a73b599",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#9A73B5",
"docwriter.style": "Auto-detect"
}
after
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2a3f5a",
"activityBar.background": "#1e2c3f",
"activityBar.foreground": "#c9d1d9",
"activityBar.inactiveForeground": "#8b9eb0",
"activityBarBadge.background": "#d9e0e6",
"activityBarBadge.foreground": "#0d1117",
"commandCenter.border": "#c9d1d999",
"sash.hoverBorder": "#3b526d",
"statusBar.background": "#1e2c3f",
"statusBar.foreground": "#c9d1d9",
"statusBarItem.hoverBackground": "#2a3f5a",
"statusBarItem.remoteBackground": "#1e2c3f",
"statusBarItem.remoteForeground": "#c9d1d9",
"titleBar.activeBackground": "#1e2c3f",
"titleBar.activeForeground": "#c9d1d9",
"titleBar.inactiveBackground": "#1e2c3f99",
"titleBar.inactiveForeground": "#8b9eb0"
}
}