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', {}) +