Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle between preset Color Themes on toggle OS Dark or Light Theme. #112387

Closed
michaeldera opened this issue Dec 13, 2020 · 2 comments
Closed

Toggle between preset Color Themes on toggle OS Dark or Light Theme. #112387

michaeldera opened this issue Dec 13, 2020 · 2 comments
Assignees

Comments

@michaeldera
Copy link

When I can between Dark and Light theme on my Operating system, I would like for VS code to optionally toggle between a dark and light theme (which I can preset) in response to that change.

@aeschli
Copy link
Contributor

aeschli commented Dec 14, 2020

That should already work. You can enable this by "window.autoDetectColorScheme": true
The preferred themes can be selected by workbench.preferredDarkColorTheme and workbench.preferredLightColorTheme.

Linux is not yet working, we are waiting for Electron support: #102795.

Please try it out and file an issue with details if this is not working for you.

@aeschli aeschli closed this as completed Dec 14, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jan 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants