diff --git a/vim/colors/onehalfdark.vim b/vim/colors/onehalfdark.vim index fb0d7c5..5e89e67 100644 --- a/vim/colors/onehalfdark.vim +++ b/vim/colors/onehalfdark.vim @@ -176,6 +176,7 @@ call s:h("diffRemoved", s:red, "", "") " Git { call s:h("gitcommitComment", s:comment_fg, "", "") +call s:h("gitcommitSummary", s:blue, "", "") call s:h("gitcommitUnmerged", s:red, "", "") call s:h("gitcommitOnBranch", s:fg, "", "") call s:h("gitcommitBranch", s:purple, "", "") diff --git a/vim/colors/onehalflight.vim b/vim/colors/onehalflight.vim index cdfaa42..18c00a8 100644 --- a/vim/colors/onehalflight.vim +++ b/vim/colors/onehalflight.vim @@ -176,6 +176,7 @@ call s:h("diffRemoved", s:red, "", "") " Git { call s:h("gitcommitComment", s:comment_fg, "", "") +call s:h("gitcommitSummary", s:blue, "", "") call s:h("gitcommitUnmerged", s:red, "", "") call s:h("gitcommitOnBranch", s:fg, "", "") call s:h("gitcommitBranch", s:purple, "", "")