You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add new treesitter highlights (#217)
* feat: add WinBar and WinBarNC
* feat: add new treesitter highlight groups
* perf: parse necessary values upfront
This commit no longer parses each highlight group, but rather user
config values only.
* fix: titles are no longer dynamically coloured
Closes#216#218#219
feat!: add new options with better support for transparency (#185)
This commit adds a few new options and improves transparency support.
Enable transparency styles:
```lua
styles = { transparency = true }
```
Feedback is appreciated!