diff --git a/colors/codedark.vim b/colors/codedark.vim index 169f591..24596ec 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -443,6 +443,10 @@ 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', {})