From 46be2426f5cc0e7f48dc1e71cb5f578289560bdc Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Tue, 5 Jan 2021 19:09:23 +0100 Subject: [PATCH] Add diff colors --- colors/codedark.vim | 4 ++++ 1 file changed, 4 insertions(+) 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', {})