Skip to content

Tags: rose-pine/neovim

Tags

v3.0.2

Toggle v3.0.2's commit message
fix: invalid palette format

v3.0.1

Toggle v3.0.1's commit message
fix: regression in options (#221)

* fix: headings not migrating to flat options

* fix: invalid key when using inherit

v3.0.0

Toggle v3.0.0's commit message
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

v2.0.0

Toggle v2.0.0's commit message
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!

v1.2.2

Toggle v1.2.2's commit message
Add support for `fzf-lua` (#194)

In a attempt make it more like telescope colors.

v2.0.0-next.1

Toggle v2.0.0-next.1's commit message
feat!: spring cleaning

v1.2.1

Toggle v1.2.1's commit message
Update readme.md (#181)

v1.2.0

Toggle v1.2.0's commit message
feat: alias `_experimental_nc` to `nc` in the palette

v1.1.0

Toggle v1.1.0's commit message
chore: reduce contrast of `ColorColumn`

To override highlights: https://github.com/rose-pine/neovim#options

v1.0.1

Toggle v1.0.1's commit message
fix: Re-add nvim-notify highlights (#72) (#72)