Go to file
2023-05-23 16:02:17 +03:00
.github/ISSUE_TEMPLATE Add theme to environment question 2023-05-14 13:36:08 +03:00
extension Implemented a more reliable regex for CSP meta header 2023-05-04 21:55:18 +03:00
images Update URLs, improve readme, no longer in preview 2022-08-22 20:51:09 +03:00
native try fix win10 drag delay 2021-01-04 23:48:10 +08:00
runtime Fix incorrect paths on Windows 2023-03-11 11:34:02 +02:00
themes Add new theme: Solarized Dark+ 2022-10-03 11:46:10 +08:00
.gitignore try fix win10 drag delay 2021-01-04 23:48:10 +08:00
.vscodeignore v1.0.2 2019-07-20 21:35:43 +08:00
binding.gyp try fix win10 drag delay 2021-01-04 23:48:10 +08:00
changelog.md Update changelog 2023-05-23 16:01:41 +03:00
LICENSE.txt update license and readme 2022-08-10 10:23:11 +03:00
nls-schema.json 1.0.10 2021-01-27 02:39:40 +08:00
package-lock.json 1.1.16 2023-05-23 16:01:55 +03:00
package.json 1.1.16 2023-05-23 16:01:55 +03:00
package.nls.ja.json cn / jp translation 2023-03-11 18:52:18 +09:00
package.nls.json Add opacity input validation and update description 2023-05-23 15:24:43 +03:00
package.nls.zh-CN.json cn / jp translation 2023-03-11 18:52:18 +09:00
README.md change SVG to PNG due to marketplace restrictions 2023-03-11 14:51:31 +02:00
screenshot.png vscode-vibrancy 2019-07-12 21:06:45 +08:00
step-1.png vscode-vibrancy 2019-07-12 21:06:45 +08:00
step-3.png v1.0.3 2019-07-20 23:44:46 +08:00
theme-default.jpg add: solution to [Unsupported] in title bar 2019-09-07 13:52:56 +08:00
theme-default.png add: macOS default and subbar theme screenshots 2019-09-07 13:52:56 +08:00
theme-noir-et-blanc.jpg Add Noir et blanc theme by pryter (#3) 2022-08-22 16:05:31 +03:00
theme-noir-et-blanc.png Add Noir et blanc theme by pryter (#3) 2022-08-22 16:05:31 +03:00
theme-solarized-dark+.jpg Add new theme: Solarized Dark+ 2022-10-03 11:46:10 +08:00
theme-solarized-dark+.png Add new theme: Solarized Dark+ 2022-10-03 11:46:10 +08:00
theme-subbar.jpg add: solution to [Unsupported] in title bar 2019-09-07 13:52:56 +08:00
theme-subbar.png add: macOS default and subbar theme screenshots 2019-09-07 13:52:56 +08:00
theme-tokyo-night-storm-outer.png Update readme 2022-09-06 15:59:29 +03:00
theme-tokyo-night-storm.png Update readme 2022-09-06 15:59:29 +03:00
warn.png Update URLs, improve readme, no longer in preview 2022-08-22 20:51:09 +03:00
warnfix.png Update URLs, improve readme, no longer in preview 2022-08-22 20:51:09 +03:00

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.

screenshot

   

 

Links: GitHub | Visual Studio Code Marketplace | issues

中文教程 (Chinese README)

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.

screenshot screenshot

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

  1. Make sure the color theme you selected is the 'Dark+ (default)'

step-1

  1. Install this extension from the Visual Studio Code Marketplace.

  2. Press F1 and Activate command "Reload Vibrancy".

step-3

  1. 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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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