neovim-rose-pine/lua
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
..
lualine/themes rename alternative lualine theme 2022-02-06 16:51:09 -06:00
rose-pine feat!: custom user highlight groups are merged with Rosé Pine defaults (#171) 2023-07-15 17:04:58 +02:00
rose-pine.lua chore: clean up types and setup logic 2023-06-07 00:14:45 +02:00