You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for creating this extension and sharing it with the world. There were tons of themes switchers on the marketplace but most were focused on switching between two themes, which is way too restrictive. I prefer cycling between a few nice themes based on mood.
The other extensions only handled two themes and were based on "time of day" or "night mode" and other stuff which I have no control over, so they weren't really suitable. Yours is nice and the code is clean and simple and just lets you cycle manually. Perfect.
I noticed two small issues with the keybindings:
The docs list the wrong keybindings (one of the entries is duplicated, for example).
Ctrl+Shift+F12 is problematic. It conflicts with and therefore overwrites "Peek Implementation", which is a really cool keybind that lets you view a floating overlay that shows the code definition of the function the cursor is at. I noticed that another theme (Sundial) had a really good idea for theme switching key: Ctrl+Alt+T. It is not bound to anything in VSCode and is pretty easy to hit. So my suggestion would be to not bind any keys by default (in the extension) except for "Next Theme (from separate list in settings)", bound to Ctrl+Alt+T. That way there's a single key to loop through themes from the user-made list, and the user can manually bind more hotkeys if they want the other features this addon provides. What do you think?
The text was updated successfully, but these errors were encountered:
Thanks a lot for creating this extension and sharing it with the world. There were tons of themes switchers on the marketplace but most were focused on switching between two themes, which is way too restrictive. I prefer cycling between a few nice themes based on mood.
The other extensions only handled two themes and were based on "time of day" or "night mode" and other stuff which I have no control over, so they weren't really suitable. Yours is nice and the code is clean and simple and just lets you cycle manually. Perfect.
I noticed two small issues with the keybindings:
The text was updated successfully, but these errors were encountered: