1.0.1 • Published 6 years ago
hyper-set-vibrancy v1.0.1
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.