Automatically switch between light and dark icon themes based on your system color scheme.
Features
Automatically detects your system's preferred color theme (light or dark)
Switches to different icon themes based on the detected system color scheme
Configurable light and dark mode icon themes
Configuration
customIconThemeFromSystemTheme.lightModeIconTheme: Icon theme to use when system is in light mode (default: "vscode-icons")
customIconThemeFromSystemTheme.darkModeIconTheme: Icon theme to use when system is in dark mode (default: "vscode-icons")
How it Works
The extension monitors your VS Code color theme changes and determines whether you're in light or dark mode. It then automatically sets the appropriate icon theme based on your configuration.
Requirements
VS Code version 1.74 or higher
Extension Settings
This extension contributes the following settings: