Visual Studio Code Extension - Vibrancy Continued
Enable Acrylic/Glass effect in VS Code. Links: GitHub | Visual Studio Code Marketplace | issues WarningThis extension works by editing VS Code's checksum-verified CSS file, which means that a warning prompt will appear after installing and enabling
To fix the "[Unsupported]" warning on VS Code's title bar, please refer to this extension: Fix VSCode Checksums. Supported Operating SystemsWindows 11 ✔ Windows 10 ✔ MacOS ✔ Getting Started
Every time after VS Code is updated, please re-enable Vibrancy. Optionsvscode_vibrancy.typeNative method of Vibrancy Effect.
vscode_vibrancy.opacityOpacity of Vibrancy Effect. value: 0.0 ~ 1 vscode_vibrancy.refreshIntervalRefresh 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. value: 1 ~ 1000, default is 10 vscode_vibrancy.themeSelect Vibrancy theme:
vscode_vibrancy.importsImport CSS/JS files, as file paths. EXAMPLE: value: array[] FAQsHow 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.
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 resizingThis 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 ContributingContributions 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!
LicenseDistributed under the MIT License. See 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 |