- Fixes
switchMode
"daily" behaviour. - When choosing a new theme, it will prompt if you want to add it to the random theme list.
- Externalized the MATERIAL_LIST into a more customizable
preventReloadThemeList
- With that users can pick up their favorites theme and have them one more time (instead of being changed immediately)
- Improved the code
- Introduced the
randomThemeSwitcher.switchMode
setting - Improved the
randomThemeSwitcher.copyall
command:- Now you can narrow the themes' side you want to load
- You can now optionally specify an exclude regex for theme names
- Added key chord for changing theme
cmd+k cmd+shift+t
- Added command to add and remove current theme from lists
- Fixes reload when applying Material Theme.
- If no theme list is found all the installed themes will be automatically copied to settings.
- Added command for save current installed themes in settings list.
- If no theme list is provided all the installed themes will be used.
- Now the current theme cannot be applied when choosing randomly.
- If only one theme is present in the list that theme will be applied (why ???).
- Theme now change every time the editor opens
- Initial release