Commit graph

3 commits

Author SHA1 Message Date
Johan Restrepo
4db28ae644 feat(syntax)!: add additional syntax styles.
Introduce new styles options in order to be able to customize a
bit more the rose pine colorscheme syntax and not depend exclusively on
italic and bold style options. A new utility function was added in order
to add a custom hl property style for custom syntax styles.
2024-03-16 14:22:28 -05:00
not
bf00df18af
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
2024-01-26 14:12:54 -06:00
not
b776a47b8b
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!
2024-01-07 13:42:09 -06:00