From 32eee7a26be3494d555b6ba9df07526ae38d32e6 Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Tue, 25 Apr 2017 16:36:37 -0400 Subject: [PATCH] Updated git commit color so header overflow is red (#96) --- build/templates/onedark.template.vim | 1 + colors/onedark.vim | 1 + 2 files changed, 2 insertions(+) diff --git a/build/templates/onedark.template.vim b/build/templates/onedark.template.vim index a3bba5f..2051c6e 100644 --- a/build/templates/onedark.template.vim +++ b/build/templates/onedark.template.vim @@ -495,6 +495,7 @@ call s:h("gitcommitSelectedFile", { "fg": s:green }) call s:h("gitcommitUnmergedFile", { "fg": s:yellow }) call s:h("gitcommitFile", {}) call s:h("gitcommitSummary", { "fg": s:white }) +call s:h("gitcommitOverflow", { "fg": s:red }) hi link gitcommitNoBranch gitcommitBranch hi link gitcommitUntracked gitcommitComment hi link gitcommitDiscarded gitcommitComment diff --git a/colors/onedark.vim b/colors/onedark.vim index 28af6fc..c562c96 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -495,6 +495,7 @@ call s:h("gitcommitSelectedFile", { "fg": s:green }) call s:h("gitcommitUnmergedFile", { "fg": s:yellow }) call s:h("gitcommitFile", {}) call s:h("gitcommitSummary", { "fg": s:white }) +call s:h("gitcommitOverflow", { "fg": s:red }) hi link gitcommitNoBranch gitcommitBranch hi link gitcommitUntracked gitcommitComment hi link gitcommitDiscarded gitcommitComment