feat: use accent color in diff text
This commit is contained in:
parent
f522ac7371
commit
95f377b8df
1 changed files with 1 additions and 0 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue