Installation & Setup
How do I install Vibrancy Continued?
How do I install Vibrancy Continued?
- Make sure the VSCode theme you’ve selected is ‘Dark+’ or one of the supported themes
- Install the extension from the Visual Studio Code Marketplace
- Press F1 and activate command “Reload Vibrancy”
- Restart VSCode when prompted
How do I uninstall Vibrancy?
How do I uninstall Vibrancy?
- Press F1 or ⌘+Shift+P
- Activate command “Disable Vibrancy”
- Restart Visual Studio Code
- Uninstall the extension through VSCode’s extension manager
- Restart VSCode
Which operating systems are supported?
Which operating systems are supported?
- macOS (Intel & Apple Silicon)
- Windows 10/11 (x64 & ARM64)
Which code editors are supported?
Which code editors are supported?
- Visual Studio Code - Full support
- VSCodium - Full support
- Cursor - Supported (use Fix VSCode Checksums Next to remove persistent warnings)
Common Issues
Nothing happens the first time I use Reload/Enable Vibrancy
Nothing happens the first time I use Reload/Enable Vibrancy
Effect doesn't work correctly in VSCode terminal
Effect doesn't work correctly in VSCode terminal
dom by adding this setting:Prompt: 'Run Visual Studio Code with administrator privileges'
Prompt: 'Run Visual Studio Code with administrator privileges'
- Close VSCode completely
- Run VSCode as administrator (right-click and select “Run as administrator”)
- Retry what you did before (Enable/Reload/Disable Vibrancy)
macOS-Specific Questions
EACCES: permission denied when enabling Vibrancy on macOS
EACCES: permission denied when enabling Vibrancy on macOS
EROFS: read-only file system when enabling Vibrancy on macOS
EROFS: read-only file system when enabling Vibrancy on macOS
/Applications using Finder, or move it out of /Applications and then back in.Solution 2 (Using Terminal):
Run the following command:Windows-Specific Questions
I'm on Windows 10 and experiencing lag when dragging the window
I'm on Windows 10 and experiencing lag when dragging the window
VSCode window cannot be resized/moved/maximized after enabling Vibrancy
VSCode window cannot be resized/moved/maximized after enabling Vibrancy
- Update your VSCode shortcut to include
--disable-gpu-compositing:
- (Optional) Update your shell configuration to add the same argument to
code - Install Vibrancy Continued
- Go to settings and check Disable frameless window (
vscode_vibrancy.disableFramelessWindow) - Press F1 and select Reload Vibrancy
Effect & Visual Issues
Effect doesn't work, but there are no errors
Effect doesn't work, but there are no errors
- Windows: Settings > Personalization > Colors > Transparency effects
- macOS: System Preferences > Accessibility > Display > Reduce transparency
- Open the command palette (F1 or Cmd/Ctrl+Shift+P)
- Search for “Developer: Toggle Developer Tools”
- Check the Console tab for errors
Why does VSCode show 'Your VSCode installation appears to be corrupt'?
Why does VSCode show 'Your VSCode installation appears to be corrupt'?
- Click on the cogwheel icon in the warning notification
- Select Don’t Show Again
[Unsupported] warning in VSCode’s title bar, install this extension: Fix VSCode Checksums Next.Do I need to re-enable Vibrancy after VSCode updates?
Do I need to re-enable Vibrancy after VSCode updates?
- Press F1
- Activate command “Reload Vibrancy”
- Restart VSCode when prompted
Configuration Questions
Can I use custom CSS/JS files with Vibrancy?
Can I use custom CSS/JS files with Vibrancy?
vscode_vibrancy.imports setting to import custom CSS/JS files.Examples:How do I change the opacity level?
How do I change the opacity level?
vscode_vibrancy.opacity setting:-1.0- Theme default0.0- Maximum transparency1.0- No transparency (fully opaque)- Any value between 0 and 1 for custom transparency levels
Can I switch between light and dark themes automatically?
Can I switch between light and dark themes automatically?
- Enable the VSCode setting:
- Enable Vibrancy auto-theme:
- Set your preferred themes:
Getting Help
Where can I report bugs or request features?
Where can I report bugs or request features?
- Report bugs: Open an issue
- Request features: Open an issue with the “enhancement” tag
- View known issues: Check the Known Errors page first
How can I contribute to Vibrancy Continued?
How can I contribute to Vibrancy Continued?
- Report bugs - Help identify issues
- Create themes - Design new Vibrancy themes
- Submit PRs - Fix bugs or add features
- Sponsor the project - Support ongoing development
Still Need Help?
If your question isn’t answered here:- Check the Known Errors page
- Search existing GitHub issues
- Open a new issue with:
- Your OS and version
- VSCode version
- Steps to reproduce the issue
- Any error messages from Developer Tools console

