feat: add missing highlights

This commit is contained in:
Patrick Haun 2026-04-08 20:19:12 +02:00
commit 03733aee83

View file

@ -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 },