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

Theme Toggle

João Farias

|
79 installs
| (0) | Free
Simple Visual Studio Code theme toggle
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Visual Studio Code Theme Toggle

Simple Visual Studio Code extension for toggling between dark and light themes from the status bar or running the command Toggle VS Code Theme.

⚠️ Prerequisites

  1. Set a preferred dark color scheme (workbench.preferredDarkColorTheme);
  2. Set a preferred light color scheme (workbench.preferredLightColorTheme);
  3. Disable the Auto Detect Color Scheme Option (window.autoDetectColorScheme);

Don't worry! The extension itself will guide you to disable the "Auto Detect Color Scheme" option 😊.

🤔 How to

By default VS Code sets "Default Dark Modern" for preferred dark color scheme and "Default Light Modern" for preferred light color scheme. So, if you have another theme in mind to use as dark/light you can change in the user settings. Here's a step-by-step guide:

  1. Go to user settings by pressing Ctrl + Shift + P (or Cmd + Shift + P on macOS) and type: "Open User Settings" (should have ">" at the beginning);
  2. In the Search settings bar, search for workbench.preferredDarkColorTheme and set your preferred dark color theme;
  3. After that, search for workbench.preferredLightColorTheme to set your preferred light color theme;

With both themes set, you can use the extension by toggling it on the status bar or running the command Preferences: Toggle VS Code Theme via the Command Palette (Ctrl + Shift + P / Cmd + Shift + P).

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