diff --git a/colors/codedark.vim b/colors/codedark.vim index 24596ec..be6361f 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -169,6 +169,11 @@ call hi('VisualNOS', s:cdNone, s:cdSelection, 'none', {}) call hi('WarningMsg', s:cdOrange, s:cdBack, 'none', {}) call hi('WildMenu', s:cdNone, s:cdSelection, 'none', {}) +" Legacy groups for official git.vim and diff.vim syntax +hi! link diffAdded DiffAdd +hi! link diffChanged DiffChange +hi! link diffRemoved DiffDelete + call hi('Comment', s:cdGreen, {}, 'none', {}) call hi('Constant', s:cdBlue, {}, 'none', {}) @@ -443,10 +448,6 @@ call hi('gitcommitOverflow', s:cdRed, {}, 'none', {}) call hi('gitcommitSummary', s:cdPink, {}, 'none', {}) call hi('gitcommitBlank', s:cdPink, {}, 'none', {}) -" Diff: -call hi('diffAdded', s:cdLightGreen, {}, 'none', {}) -call hi('diffRemoved', s:cdLightRed, {}, 'none', {}) - " Lua: call hi('luaFuncCall', s:cdYellow, {}, 'none', {}) call hi('luaFuncArgName', s:cdLightBlue, {}, 'none', {})