How to customize vscode color
2024-08-27
Setting -> Workbench -> Find「workbench: color customizations」
Then you can edit settings.json like the below:
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#ffa500",
"titleBar.activeForeground": "#ffffff",
}
}