diff --git a/colors/onedark.vim b/colors/onedark.vim index f639bc4..bbe74ab 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -214,7 +214,7 @@ call s:h("diffRemoved", { "fg": s:red }) " | Git Highlighting | " +------------------+ -call s:h("gitcommitComment", {}) +call s:h("gitcommitComment", { "fg": s:comment_grey }) call s:h("gitcommitUnmerged", { "fg": s:green }) call s:h("gitcommitOnBranch", {}) call s:h("gitcommitBranch", { "fg": s:purple })