We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8b248 commit 600b81eCopy full SHA for 600b81e
colors/codedark.vim
@@ -164,9 +164,9 @@ call <sid>hi('Cursor', s:cdCursorDark, s:cdCursorLight, 'none', {})
164
call <sid>hi('CursorLine', {}, s:cdCursorDarkDark, 'none', {})
165
hi! link CursorColumn CursorLine
166
call <sid>hi('Directory', s:cdBlue, s:cdNone, 'none', {})
167
-call <sid>hi('DiffAdd', s:cdFront, s:cdDiffAdd, 'none', {})
168
-call <sid>hi('DiffChange', s:cdFront, s:cdDiffChange, 'none', {})
169
-call <sid>hi('DiffDelete', s:cdFront, s:cdDiffDelete, 'none', {})
+call <sid>hi('DiffAdd', s:cdNone, s:cdDiffAdd, 'none', {})
+call <sid>hi('DiffChange', s:cdNone, s:cdDiffChange, 'none', {})
+call <sid>hi('DiffDelete', s:cdNone, s:cdDiffDelete, 'none', {})
170
call <sid>hi('DiffText', s:cdBack, s:cdDiffText, 'none', {})
171
call <sid>hi('EndOfBuffer', s:cdLineNumber, s:cdBack, 'none', {})
172
call <sid>hi('ErrorMsg', s:cdRed, s:cdBack, 'none', {})
0 commit comments