Add two new syntax colors for git diff in neovim 0.10

This commit is contained in:
Kevin MacMartin 2024-05-20 16:42:21 -04:00
parent 2e50fb95a8
commit d1f8a91c8e

View file

@ -158,6 +158,8 @@ endfun
call s:C("DiffChange",g:cBlue,"","standout")
call s:C("DiffDelete",g:cRed,"","standout")
call s:C("DiffText",g:cGray2,"","standout")
call s:C("DiffAdded",g:cBlue,"","bold")
call s:C("DiffRemoved",g:cYellow,"","bold")
"}}}
"LANGUAGE: {{{