[fix] remove background of Directory
This commit is contained in:
parent
4f7d108970
commit
79e97ddd71
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ call <sid>hi('ColorColumn', {}, s:cdCursorDarkDark, 'none', {})
|
|||
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('Directory', s:cdBlue, s:cdNone, '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', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue