hyper-transparent-vibrancy
v1.0.5
Published
dynamically set transparency and vibrancy of hyper window
Downloads
3
Maintainers
Readme
hyper-transparent-vibrancy
Dynamically set the backgroundColor with transparency and apply vibrancy. Compatible with any theme, pulls in existing value and adds alpha.
Note: See example below, load hyper-transparent-vibrancy
after your theme plugin.
module.exports = {
...
config: {
...
hyperTransparentVibrancy: {
alpha: 0.5, // default 50%
vibrancy: 'dark'
},
...
},
plugins: [
'hyper-snazzy',
'hyper-transparent-vibrancy',
],
...
}