codealchemist / hyper-transparent

Hyper plugin to easily set window transparency.
70 stars 13 forks source link

custom the vibrancy #23

Open ghost opened 1 year ago

ghost commented 1 year ago

This is an awesome plugin. But it would be better if it support customize the vibrancy like:

hyperTransparent: {
  backgroundColor: '#4b4',
  opacity: 0.5,
  vibrancy: 0.5,
}

Is it possible to achieve this? Thanks!

LostInCompilation commented 1 year ago

This is possible like this:

hyperTransparent: {
            backgroundColor: '#212329',
            opacity: 0.685,
            vibrancy: 'dark' // ['', 'dark', 'medium-light', 'ultra-dark']
        },

If that doesn't work for you, there is a plugin enabled which is incompatible with hyper-transparent.