What's new?
You can now optionally configure the vibrancy level of the window background and an issue with compatibility with zsh-autosuggestions
has been improved.
Congifure vibrancy level
When vibrancy
is enabled, you can optionally choose to set vibrancyLevel
if you wish to adjust how strong the vibrancy effect is, and therefore how transparent/opaque the window appears.
config: {
...
hypest: {
// Default value is 0.6
vibrancyLevel: 0.2
}
...
}
When setting the vibrancyLevel
to 0.2
, the window becomes more transparent, and the vibrancy effect will appear stronger. If you set the vibrancyLevel
to 0.8
, the effect would become more subtle, and the window would appear almost opaque.
Improve zsh-autosuggestions compatibility
To make sure the typeahead hints in plugins such as zsh-autosuggestions
are visible in the dark theme, and not too strong in the light theme, lightBlack
now has a value of #AAA
, instead of being mapped to color.black
as it was before.