Fix: changing diff fg color for better readability (#85)
This commit is contained in:
parent
caf254ffa5
commit
2f4b64b355
1 changed files with 3 additions and 3 deletions
|
|
@ -142,9 +142,9 @@ call <sid>hi('Cursor', s:cdCursorDark, s:cdCursorLight, 'none', {})
|
|||
call <sid>hi('CursorLine', {}, s:cdCursorDarkDark, 'none', {})
|
||||
call <sid>hi('CursorColumn', {}, s:cdCursorDarkDark, 'none', {})
|
||||
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('DiffAdd', s:cdFront, s:cdDiffGreenLight, 'none', {})
|
||||
call <sid>hi('DiffChange', s:cdFront, s:cdDiffBlue, 'none', {})
|
||||
call <sid>hi('DiffDelete', s:cdFront, s:cdDiffRedLight, 'none', {})
|
||||
call <sid>hi('DiffText', s:cdBack, s:cdDiffBlueLight, 'none', {})
|
||||
call <sid>hi('EndOfBuffer', s:cdLineNumber, s:cdBack, 'none', {})
|
||||
call <sid>hi('ErrorMsg', s:cdRed, s:cdBack, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue