Visual Studio Code\'s default status bar color is blue and I find it quite distracting. I used this extension to change the color but it has stopped working after the 1.10
Press control+shift+p
when you just open vscode and type open settings(UI)
and search for window.titleBarStyle
and change the option from native
to custom
so that you can restore the colour of status bar from white
to black
.
Important note: This technique works for update version 1.32 of vscode released in February 2019. Make sure that you have updated your vscode to the latest version 1.32 or further latest ones as it may not work for the older versions.