neovim-rose-pine/lua/rose-pine
Niamh Ferns 805a183dde feat!: custom user highlight groups are merged with Rosé Pine defaults (#171)
Configuring `highlight_groups` now merge by default. For example, to add italics without changing the colour:

```diff
- Keyword = { fg = "pine", italic = true }
+ Keyword = { italic = true }
```

Opt out of this behaviour via `inherit = false`.
2023-07-15 17:04:58 +02:00
..
plugins feat: update bufferline selected tab 2023-03-30 12:23:39 -05:00
config.lua chore: clean up types and setup logic 2023-06-07 00:14:45 +02:00
palette.lua chore: clean up types and setup logic 2023-06-07 00:14:45 +02:00
theme.lua feat!: custom user highlight groups are merged with Rosé Pine defaults (#171) 2023-07-15 17:04:58 +02:00
util.lua Merge canary (#114) 2023-02-22 13:25:36 -06:00