mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
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`.
|
||
|---|---|---|
| .. | ||
| plugins | ||
| config.lua | ||
| palette.lua | ||
| theme.lua | ||
| util.lua | ||