mirror of
https://github.com/rose-pine/neovim.git
synced 2026-06-09 18:46:55 +02:00
feat: add missing highlights
This commit is contained in:
parent
cf2a288696
commit
03733aee83
1 changed files with 3 additions and 0 deletions
|
|
@ -223,6 +223,9 @@ local function set_highlights()
|
|||
Type = { fg = palette.foam },
|
||||
TypeDef = { link = "Type" },
|
||||
Underlined = { fg = palette.iris, underline = true },
|
||||
Added = { fg = groups.git_add },
|
||||
Changed = { fg = groups.git_change },
|
||||
Removed = { fg = groups.git_delete },
|
||||
|
||||
healthError = { fg = groups.error },
|
||||
healthSuccess = { fg = groups.info },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue