/vs-theme-switcher

:waxing_crescent_moon: Schedule themes in Visual Studio Code! :sun_with_face:

Primary LanguageTypeScript

icon Theme Switcher

This extension enables you to define which time which theme should be activated!

preview

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!