hyper-set-vibrancy
v1.0.1
Published
A simple plugin to set vibrancy options in Hyper on macOS
Downloads
2
Maintainers
Readme
hyper-set-vibrancy
A simple plugin for enabling/customising Vibrancy in Hyper for macOS.
Installation
Add hyper-set-vibrancy
to plugins
in ~/.hyper.js
or install with the Hyper CLI using hyper i hyper-set-vibrancy
.
Configuration
Set vibrancy type in ~/.hyper.js
using
config: {
// EXISTING CONFIG
setVibrancy: "dark",
}
Supported options are dark
light
medium-light
ultra-dark
.
The window can be tinted by setting the backgroundColor
config option using rgba (eg rgba(0,0,0,0.5)
). Vibrancy effects will not be visible if your backgroundColor has an alpha of 1.
Changes will take effect when opening a new window.