From 937d353b010ef5643087bc3583a55bcae3de461d Mon Sep 17 00:00:00 2001 From: hosseintoussi Date: Sun, 31 Mar 2019 20:47:44 +0200 Subject: [PATCH] explicitly setting colors for summary and blank in some cases the colors get mixed up, and this commit fixes that --- colors/codedark.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/colors/codedark.vim b/colors/codedark.vim index 076a9af..c8b8dd6 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -353,5 +353,6 @@ call hi('gitcommitSelectedFile', s:cdGreen, {}, 'none', {}) call hi('gitcommitDiscardedType', s:cdRed, {}, 'none', {}) call hi('gitcommitDiscardedFile', s:cdRed, {}, 'none', {}) call hi('gitcommitOverflow', s:cdRed, {}, 'none', {}) -call hi('gitcommitSummary', {}, {}, 'none', {}) -call hi('gitcommitBlank', {}, {}, 'none', {}) +call hi('gitcommitSummary', s:cdPink, {}, 'none', {}) +call hi('gitcommitBlank', s:cdPink, {}, 'none', {}) +