Update DiffAdd color
This commit is contained in:
parent
806424c643
commit
e1ebde7aad
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ 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:cdDiffGreenDark, 'none', {})
|
||||
call <sid>hi('DiffAdd', {}, s:cdDiffGreenLight, 'none', {})
|
||||
call <sid>hi('DiffChange', {}, s:cdDiffRedDark, 'none', {})
|
||||
call <sid>hi('DiffDelete', {}, s:cdDiffRedLight, 'none', {})
|
||||
call <sid>hi('DiffText', {}, s:cdDiffRedLight, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue