Colorful VS Code themes for switching coding moods fast.

32 themes across orange classics, seasonal palettes, holiday looks, gaming-inspired code moods, file icons, and settings presets.

All Orange preview Halloween Midnight preview Starfighter HUD preview
32 themes

Command Palette helpers

Run these from Command Palette after installing the extension.

Install from Marketplace

  1. Open the Marketplace page or search for Colin's VS Code Themes in VS Code Extensions.
  2. Click Install.
  3. Run Preferences: Color Theme and pick a palette.

Auto-switching setup

Use VS Code's built-in color scheme detection to pair one light theme with one dark theme.

{
  "window.autoDetectColorScheme": true,
  "workbench.preferredLightColorTheme": "Spring Bloom",
  "workbench.preferredDarkColorTheme": "All Orange"
}
More theme rotation ideas