Can't choose what theme to use on vs code? Let this extension switch themes for you.
Can provide set of themes to switch in user settings
Can also provide the time interval in seconds, to switch theme
Default: The default value for time interval is 10 minutes (600) and theme list is Visual Studio Dark and Light.
Can start and stop using simple Commands (Press CMD+SHIFT+P on Mac, CTRL+SHIFT+P on Win/Linux)
ThemeSwitch Start
ThemeSwitch Stop
Include if your extension adds any VS Code settings through the ThemeSwitch.*
extension point.
For example:
This extension contributes the following settings:
ThemeSwitch.interval
: interval in secondsThemeSwitch.themeList
: set the list of themes (should be installed on your system) like this,[ "Abyss", "Monokai", ...... ]
Made with ❤️ by Chaitanya Mankala