johnpapa / vscode-peacock

Subtly change the color of your Visual Studio Code workspace. Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.
MIT License
1.04k stars 116 forks source link

Explore setting an existing theme per workspace #231

Open johnpapa opened 5 years ago

johnpapa commented 5 years ago

New feature.

Why?

Scenario:

johnpapa commented 5 years ago

"workbench.colorTheme": "Winter is Coming (Dark Black)",

johnpapa commented 5 years ago

After researching the API, it appears the theme selection is not something we can tap into.

The idea behind this feature is that the user may want a theme for a specific workspace. Peacock could let the user select a theme for the workspace, save it to workspace settings,, and we're done.