diff --git a/colors/codedark.vim b/colors/codedark.vim index 4326e31..be280e8 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -148,9 +148,9 @@ call hi('Cursor', s:cdCursorDark, s:cdCursorLight, 'none', {}) call hi('CursorLine', {}, s:cdCursorDarkDark, 'none', {}) call hi('CursorColumn', {}, s:cdCursorDarkDark, 'none', {}) call hi('Directory', s:cdBlue, s:cdBack, 'none', {}) -call hi('DiffAdd', {}, s:cdDiffGreenLight, 'none', {}) -call hi('DiffChange', {}, s:cdDiffBlue, 'none', {}) -call hi('DiffDelete', {}, s:cdDiffRedLight, 'none', {}) +call hi('DiffAdd', s:cdFront, s:cdDiffGreenLight, 'none', {}) +call hi('DiffChange', s:cdFront, s:cdDiffBlue, 'none', {}) +call hi('DiffDelete', s:cdFront, s:cdDiffRedLight, 'none', {}) call hi('DiffText', s:cdBack, s:cdDiffBlueLight, 'none', {}) call hi('EndOfBuffer', s:cdLineNumber, s:cdBack, 'none', {}) call hi('ErrorMsg', s:cdRed, s:cdBack, 'none', {})