feat: use accent color in diff text

This commit is contained in:
Barrett Ruth 2026-01-27 18:27:09 -05:00
parent f522ac7371
commit 95f377b8df

View file

@ -149,6 +149,7 @@ function M.apply()
hi('DiffAdd', { fg = cs.green }, { '@text.diff.add', 'diffAdded' })
hi('DiffDelete', { fg = cs.red }, { '@text.diff.delete', 'diffRemoved' })
hi('DiffChange', { fg = cs.yellow })
hi('DiffText', { fg = cs.foreground, bg = cs.blue })
hi('@constructor.lua', { fg = cs.background })
hi('@markup.heading.gitcommit', { none = true })