Home > OS >  How to change the vscode status bar colour back to its default colour?
How to change the vscode status bar colour back to its default colour?

Time:02-16

As you can see the colour of status bar and the title bar has turned to Reddish-Brown. I haven't made any changes and it automatically got changed. How to I bring it back to its DEFAULT MODE.

enter image description here

My settings.json file

enter image description here

enter image description here

CodePudding user response:

Go to Preferences -> Color Theme and select one of the standard VS code themes (Dark, Dark , Light, Light ).

CodePudding user response:

Maybe you have the Window Colors extension installed? If so, try disabling it.

CodePudding user response:

Are you using a workspace? If so, maybe there is a .vscode/settings.json file in the workspace containing the color settings?

  • Related