mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Add two new syntax colors for git diff in neovim 0.10
This commit is contained in:
parent
2e50fb95a8
commit
d1f8a91c8e
1 changed files with 2 additions and 0 deletions
|
@ -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: {{{
|
||||
|
|
Loading…
Reference in a new issue