Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Theme TomatoNew to Visual Studio Code? Get it now.
Theme Tomato

Theme Tomato

Lihe Chen

|
271 installs
| (0) | Free
Switch theme with tomato timer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Theme Tomato

Making Coding Colorful. Automatically switching color theme within configurable time interval.

Features

  • Given an time interval (in minutes) and a list of color themes, rotate the color themes.

demo

Extension Settings

This extension contributes the following settings:

  • theme.tomato.minutes: time interval in minutes
  • theme.tomato.themes: An array of themes

Example: F1 -> Preference: Open Worksapce Setting(JSON), then put your setting in the json:

"theme.tomato": {
    "minutes": 1,
    "themes": [
        "Cobalt2",
        "Better Solarized Light"
    ]
}

Requirements

  • Color themes in the setting needs to be installed first.

Release Notes

0.0.1

Initial release

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