timrodz / vscode-light-switch

💡 Light Switch allows you to set-up two themes that swap around day & night. All you have to do is pick your themes and set your preferred times.
https://marketplace.visualstudio.com/items?itemName=timrodz.lightswitch
MIT License
15 stars 4 forks source link

Added Light Switch Status Bar Item #20

Closed WretchedDade closed 5 years ago

WretchedDade commented 5 years ago

It was mentioned in #12 that it would be nice to have a GUI tool to switch themes. This PR implements a statusBarItem that when clicked calls the toggleThemes command switching the user's themes.

Here's a screenshot of the statusBarItem. I have it positioned on the far left. Let me know if it should a different icon/text or be positioned differently! The available icons can be found here.

image

WretchedDade commented 5 years ago

@timrodz, good catches! I have made the requested changes.