hyper-transparent icon indicating copy to clipboard operation
hyper-transparent copied to clipboard

custom the vibrancy

Open ghost opened this issue 3 years ago • 1 comments

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!

ghost avatar Jan 20 '23 09:01 ghost

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.

LostInCompilation avatar Apr 30 '23 23:04 LostInCompilation