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

dynamically set transparency and vibrancy for current background color

Results 5 hyper-transparent-dynamic issues
Sort by recently updated
recently updated
newest added

I'd love to know your configs for the example screenshot; it looks incredible.

Config in .hyper.js: ``` ... plugins: [ "hyper-snazzy", "hyper-transparent-dynamic", ... ] ... ``` The result of pasting a text to a terminal prompt: ![screen shot 2019-02-21 at 4 41 39...

This addon appears to not be working on my PC. I have inserted it after the hyper-snazzy plugin as well, but it doesn't seem to change my window at all....

**Issue**: Cannot modify default vibrancy **Reproduce**: 1. Add the following to `~/.hyper.js`: ``` hyperTransparentDynamic: { alpha: 0.5, vibrancy: 0 } ``` 2. Reload Hyper 3. Note that there is no...