Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Theme SwitcherNew to Visual Studio Code? Get it now.
Theme Switcher

Theme Switcher

Sávio Santos Serra

|
7,388 installs
| (8) | Free
Choose which themes should be activated at any time!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Icon made by Pixel Perfect from www.flaticon.com

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft