how to change the color of the menu bar on visual studio 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 */