Accessing Commands
All commands can be accessed through the Command Palette:Available Commands
Enable Vibrancy
Command ID: When to use:
extension.installVibrancyDisplay Name: Enable VibrancyInstalls and enables the Vibrancy effect in VS Code. This command:- Modifies VS Code’s internal files to inject the vibrancy runtime
- Applies the selected theme from your settings
- Configures window transparency and blur effects
- Prompts you to restart VS Code to apply changes
After running this command, you’ll see a message about VS Code being “corrupt.” This is expected behavior. Click the cogwheel icon and select Don’t Show Again to dismiss it permanently.
- First time setup after installing the extension
- After VS Code updates (the extension will prompt you)
- When re-enabling after disabling
Disable Vibrancy
Command ID:
extension.uninstallVibrancyDisplay Name: Disable VibrancyRemoves the Vibrancy effect and reverts VS Code to its default state. This command:- Removes all modifications from VS Code’s internal files
- Restores original VS Code settings
- Cleans up runtime files
- Prompts you to restart VS Code
- When you want to temporarily disable the effect
- Before uninstalling the extension
- To troubleshoot issues with VS Code
- When switching to a different transparency extension
Reload Vibrancy
Command ID:
extension.updateVibrancyDisplay Name: Reload VibrancyUpdates the Vibrancy installation with current settings. This command:- Uninstalls the current Vibrancy configuration
- Reinstalls with your updated settings
- Applies theme changes
- Prompts you to restart VS Code
- After changing Vibrancy settings (theme, opacity, type, etc.)
- After VS Code updates
- When the effect stops working correctly
- To refresh the extension after configuration changes
The extension will automatically prompt you to reload when you change settings, but you can also run this command manually.
Command Usage Examples
Initial Setup
Changing Settings
Troubleshooting
If the effect isn’t working:Command Palette Shortcuts
You can create custom keybindings for these commands:Automatic Updates
The extension automatically detects when VS Code is updated and will prompt you to reload Vibrancy:Permission Requirements
On Windows, you may need to run VS Code as Administrator to execute these commands if you’re using the System Installer.On macOS, if you get permission errors, you may need to take ownership of the VS Code application files. See the Troubleshooting guide for details.
Related Settings
After running commands, you may want to adjust these settings:vscode_vibrancy.theme- Select which theme to applyvscode_vibrancy.opacity- Adjust transparency levelvscode_vibrancy.type- Choose blur effect typevscode_vibrancy.imports- Load custom CSS/JS files

