visual studio code top bar style code example
Example: change vs code title bar theme color
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#ffffff",
"titleBar.activeForeground": "#000000",
}
/*add this code in setting -> workbench -> edit json -> add above code */