Theme Switcher
This extension enables you to define which time which theme should be activated!
How To Setup Themes
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+",
},
...
],
Extension Settings
This extension contributes the following settings:
themeswitcher.mappings : Array of mappings
themeswitcher.utcOffset : The utc offset used to scheduling tasks.
Credits
Enjoy!
| |