fix : foreground of DiffText
This commit is contained in:
parent
11d955b2ce
commit
d1aaa7ebcc
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ call <sid>hi('Directory', s:cdBlue, s:cdBack, 'none', {})
|
|||
call <sid>hi('DiffAdd', {}, s:cdDiffGreenLight, 'none', {})
|
||||
call <sid>hi('DiffChange', {}, s:cdDiffBlue, 'none', {})
|
||||
call <sid>hi('DiffDelete', {}, s:cdDiffRedLight, 'none', {})
|
||||
call <sid>hi('DiffText', s:cdBack, s:cdDiffBlueLight, 'none', {})
|
||||
call <sid>hi('DiffText', {}, s:cdDiffBlueLight, 'none', {})
|
||||
call <sid>hi('EndOfBuffer', s:cdLineNumber, s:cdBack, 'none', {})
|
||||
call <sid>hi('ErrorMsg', s:cdRed, s:cdBack, 'none', {})
|
||||
call <sid>hi('VertSplit', s:cdSplitDark, s:cdBack, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue