| .github/ISSUE_TEMPLATE | ||
| extension | ||
| images | ||
| native | ||
| runtime | ||
| themes | ||
| .gitignore | ||
| .vscodeignore | ||
| binding.gyp | ||
| changelog.md | ||
| LICENSE.txt | ||
| nls-schema.json | ||
| package-lock.json | ||
| package.json | ||
| package.nls.ja.json | ||
| package.nls.json | ||
| package.nls.zh-CN.json | ||
| README.md | ||
| screenshot.png | ||
| step-1.png | ||
| step-3.png | ||
| theme-default.jpg | ||
| theme-default.png | ||
| theme-noir-et-blanc.jpg | ||
| theme-noir-et-blanc.png | ||
| theme-solarized-dark+.jpg | ||
| theme-solarized-dark+.png | ||
| theme-subbar.jpg | ||
| theme-subbar.png | ||
| theme-tokyo-night-storm-outer.png | ||
| theme-tokyo-night-storm.png | ||
| warn.png | ||
| warnfix.png | ||
Visual Studio Code Extension - Vibrancy Continued
The original extension has been deprecated, this version will continue to be supported and receive community updates.
Windows 10 users may have a slight mouse lag when moving the window, please read here for details.
For questions about installation and uninstallation, please read FAQs.
Enable Acrylic/Glass effect in VS Code.
Links: GitHub | Visual Studio Code Marketplace | issues
Warning
This extension works by editing VS Code's checksum-verified CSS file, which means that a warning prompt will appear after installing and enabling vscode-vibrancy-continued. This warning is safe to disregard, and all changes can be reverted. Click on the cogwheel and select Don't Show Again to hide it.
To fix the "[Unsupported]" warning on VS Code's title bar, please refer to this extension: Fix VSCode Checksums.
Supported Operating Systems
Windows 11 ✔
Windows 10 ✔
MacOS ✔
Getting Started
- Make sure the color theme you selected is the 'Dark+ (default)'
-
Install this extension from the Visual Studio Code Marketplace.
-
Press F1 and Activate command "Reload Vibrancy".
- Restart.
Every time after VS Code is updated, please re-enable Vibrancy.
Options
vscode_vibrancy.type
Native method of Vibrancy Effect.
- auto : Automatically switch with system version.
- acrylic : (Windows 10 only) Fluent Design blur.
- appearance-based, light, dark, titlebar, selection, menu, popover, sidebar, medium-light, ultra-dark: (MacOS only)
vscode_vibrancy.opacity
Opacity of Vibrancy Effect.
value: 0.0 ~ 1
vscode_vibrancy.preventFlash
Use an alternative method to prevent window flashing when resizing. Eliminates the need for a refresh interval, but may be less compatible in some cases.
boolean, default is true
vscode_vibrancy.refreshInterval
Refresh interval (in milliseconds) for making the background transparent after window resizing. Lower values make the update less visible at the cost of increased CPU utilization. Ignored when using "Prevent Flash" method.
value: 1 ~ 1000, default is 10
vscode_vibrancy.theme
Select Vibrancy theme:
- Default Dark
- Dark (Only Subbar)
- Default Light
- Light (Only Subbar)
- Noir et blanc
- Tokyo Night Storm
- Tokyo Night Storm (Outer)
- Solarized Dark+
| Theme | Screenshot |
|---|---|
| Default Dark | ![]() |
| Dark (Only Subbar) | ![]() |
| Noir et blanc | ![]() |
| Tokyo Night Storm | ![]() |
| Tokyo Night Storm (Only Subbar) | ![]() |
| Solarized Dark+ (with theme: Solarized) | ![]() |
You can contribute more themes! see here.
vscode_vibrancy.imports
Import CSS/JS files, as file paths.
EXAMPLE: C:/Users/MyUserName/Documents/custom.css
value: array[]
FAQs
How to uninstall Vibrancy?
Press F1 or ⌘+Shift+P and activate command "Disable Vibrancy", then restart Visual Studio Code.
Effect doesn't work for terminal?
Check your settings. You should change the renderer type of the terminal to dom.
"terminal.integrated.gpuAcceleration": "off"
Prompt "Run Visual Studio Code with administrator privileges"?
It usually appears on windows when you are using the VSCode System Installer. You should close VSCode completely, then run VSCode as administrator and retry what you did before (Enable/Reload/Disable Vibrancy).
VSCode window loses transparency for a brief moment after resizing
This is caused by VSCode refreshing the background color whenever a repaint is triggered, for example when resizing the window or closing side panes.
You can update the vibrancy_code.refreshInterval config variable to change how quickly the background will be changed back to be transparent, with 1ms being imperceptible. Please note that values lower than 10ms will cause a noticeable increase in CPU usage.
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Thanks ⭐
EYHN : for making the original extension that this is a fork of
be5invis/vscode-custom-css : The basis of this extension program
DIYgod : Fix issues with VSCode 1.36













