Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Reactive Theme SettingsNew to Visual Studio Code? Get it now.
Reactive Theme Settings

Reactive Theme Settings

octohash

|
1 install
| (0) | Free
Reacts to theme changes and automatically applies related settings like icon themes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Reactive Theme Settings

Visual Studio Marketplace Version Made with reactive-vscode

Reacts to theme changes and automatically applies related settings like icon themes.

Configuration

{
  "reactive-theme-settings.lightSettings": {
    "workbench.iconTheme": "catppuccin-latte"
  },
  "reactive-theme-settings.darkSettings": {
    "workbench.iconTheme": "catppuccin-mocha"
  }
}
Key Description Type Default
reactive-theme-settings.lightSettings Settings for light theme object {}
reactive-theme-settings.darkSettings Settings for dark theme object {}

Why ?

Recently, I've been experiencing eye discomfort and frequently need to adjust my theme settings. Each time I switch themes, I also need to manually change the icon theme, which feels quite cumbersome. This plugin automatically syncs your icon theme and other settings when switching between light and dark themes.

License

MIT License © jinghaihan

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