question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Different themes per instance

See original GitHub issue

Idk 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:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
johnpapacommented, Jun 15, 2019

Neat idea - but closing this for now. If a proposal comes through, we can reopen.

1reaction
deadcoder0904commented, Mar 15, 2019

There’s an open issue already https://github.com/Microsoft/vscode/issues/44268

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found