Skip to content

Commit

Permalink
feat!: custom user highlight groups are merged with Rosé Pine defaults (
Browse files Browse the repository at this point in the history
#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
FruityCat authored Jul 15, 2023
1 parent 932adb0 commit 76cae45
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 561 deletions.
Loading

0 comments on commit 76cae45

Please sign in to comment.