dizzyup / hyper-hypest

A beautiful and minimal macOS theme for Hyper
https://hector.me/hypest
MIT License
238 stars 8 forks source link

Support vibrancy level, add lightBlack #15

Closed dizzyup closed 3 years ago

dizzyup commented 3 years ago

This builds on the work in #8 and also includes a direct fix for the issue in #10.

vibrancyLevel

You can now set a vibrancyLevel property between 0 and 1 that decreases or increases how strong the vibrancy effect appears. A lower number means the window is less opaque. By default, the vibrancyLevel is set at 0.6 for both dark and light themes. This resolves #9 and resolves #14.

lightBlack

lightBlack and lightWhite are no longer mapped to black and white and have their own values. This now means that the typeahead hints from zsh-autosuggestions will now appear in a gray color, rather than in black, which ensures correct styling in both themes. This resolves #10.