Reputation: 16749
Some windows in vscode have a green title bar and sidebar. I have no idea where it comes from. Has anyone seen this? I don't think it's a theme since it only appears in some windows. And I'm not sure if it's an extension since opening different projects with the same language doesn't always produce the effect. I could also imagine that it is OS X related. For sure, it is confusing.
Edit: The effect also persists when I disable all extensions and restart vscode.
Upvotes: 5
Views: 1590
Reputation: 98
Like @rioV8 said, opening the Workspace Settings and commenting out the block workbench.colorCustomizations
did the trick for me.
Upvotes: 1
Reputation: 303
The project you open has been using Peacock Extension to color the Visual Studio Code workspaces separately.
Installing the Peacock extension in the Visual Studio Code will instantly fix the issue.
Upvotes: 5