freetonik / vscode-dnts

dayNightThemeSwitcher: VS Code extension for quick switching between two themes
MIT License
14 stars 10 forks source link

[request] Offer list of themes in the configuration #8

Open atnbueno opened 6 years ago

atnbueno commented 6 years ago

When a user wants to change either dayNightThemeSwitcher.dayTheme or dayNightThemeSwitcher.nightTheme, they have to know the full and proper theme name (e.g. "Default Light+"). If there is any typo, the settings are ignored.

Would it be possible to offer the list of themes like workbench.colorTheme does?

An alternative would be an "unknown theme" error message.