Different themes per instance
See original GitHub issueIdk if it’s out of the scope of this project but since it automatically writes to .vscode/settings.json
I thought it might be a good idea to change themes too per instance.
The solution is here - https://github.com/Microsoft/vscode/issues/44268#issuecomment-369518371
Basically it’s this -
WORKSPACE-1
{
"workbench.colorTheme": "Quiet Light"
}
WORKSPACE-2
{
"workbench.colorTheme": "Monokai"
}
I personally think it’s a good idea & your extension has a good name that will suit it too 😃
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Different theme per window in Visual Studio Code
You can have a different theme per workspace/folder by adjusting the workbench.colorTheme in the workspace settings. Open a new VSCode window.
Read more >VS Code: different color themes for different projects - DEV ...
Open a new VSCode window. · Open the project folder where you would like to have a different color theme. · Navigate to...
Read more >Allow different instances to use different themes
I have a need to run two instances of Visual Studio 2019 with the same solution open in each, but from a different...
Read more >different themes per instance in UI16 - ServiceNow Community
Solved: HI all, Has anyone set a default theme per instance in UI16? ... can we set a specific color to distinguish when...
Read more >Different themes per window instance · Issue #44268 - GitHub
I'd like to be able to select different themes for them. Right now if I go into File/Preferences/Color Theme and change the theme,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Neat idea - but closing this for now. If a proposal comes through, we can reopen.
There’s an open issue already https://github.com/Microsoft/vscode/issues/44268