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

Theme dark light toggle #86556

Closed
wants to merge 5 commits into from

Conversation

whizsid
Copy link
Contributor

@whizsid whizsid commented Dec 8, 2019

This PR fixes #84486 .

Usage:-
User should add his/her favourite themes to settings.json

"workbench.favouriteThemes" : [
   "Theme 1",
   "Theme 2"
],

After the user can toggle between these themes by 'Toggle Favourite Theme' command.

@aeschli
Copy link
Contributor

aeschli commented Dec 12, 2019

Thanks for the PR. But I'd rather not add this to the core unless there are many requests for it.
I think this feature is a great opportunity for an extension.

@aeschli aeschli closed this Dec 12, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[themes] provide command to change theme
2 participants