Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information