This extension enables you to define which time which theme should be activated!
For the extension to work, the only thing you need to do is to set in your VSCode settings the mappings you want, like this:
"themeswitcher.utcOffset": -3, // Example
"themeswitcher.mappings": [
{
"time": "13:03",
"theme": "Material Theme",
},
{
"time": "12:04",
"theme": "Monokai",
},
{
"time": "00:53",
"theme": "Default Dark+",
},
...
],
This extension contributes the following settings:
themeswitcher.mappings
: Array of mappingsthemeswitcher.utcOffset
: The utc offset used to scheduling tasks.
- Icon made by Pixel Perfect from www.flaticon.com
Enjoy!