mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
highlight_group merge now customisable per group. Merge by default. Full overwrite with inherit = false.
This commit is contained in:
parent
36e1022f5d
commit
aaa590be99
2 changed files with 6 additions and 15 deletions
|
|
@ -56,10 +56,6 @@ M.options = {
|
|||
},
|
||||
},
|
||||
|
||||
-- Whether highlight group settings will respect default highlight_groups and
|
||||
-- only update options set in the high_light groups table.
|
||||
respect_default_highlight_groups = true,
|
||||
|
||||
---@type table<string, Color>
|
||||
highlight_groups = {},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue