From 0cd9b5888bd9891dc27d2e66da2a0f7f597e8192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Hern=C3=A1ndez?= Date: Thu, 4 Feb 2016 13:06:06 +0100 Subject: [PATCH 1/2] Add colors for git comment files --- colors/onedark.vim | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/colors/onedark.vim b/colors/onedark.vim index 050b43f..1a28b78 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -205,3 +205,27 @@ call s:h("GitGutterAdd", { "fg": s:green, "bg": s:gutter_bg_grey }) call s:h("GitGutterDelete", { "fg": s:red, "bg": s:gutter_bg_grey }) call s:h("GitGutterChange", { "fg": s:yellow, "bg": s:gutter_bg_grey }) call s:h("GitGutterChangeDelete", { "fg": s:red, "bg": s:gutter_bg_grey }) + +" +------------------+ +" | Git Highlighting | +" +------------------+ + +call s:h("gitcommitComment", {}) +call s:h("gitcommitUnmerged", { "fg": s:green }) +call s:h("gitcommitOnBranch", {}) +call s:h("gitcommitBranch", { "fg": s:purple }) +call s:h("gitcommitDiscardedType", { "fg": s:red }) +call s:h("gitcommitSelectedType", { "fg": s:green }) +call s:h("gitcommitHeader", {}) +call s:h("gitcommitUntrackedFile", { "fg": s:cyan }) +call s:h("gitcommitDiscardedFile", { "fg": s:red }) +call s:h("gitcommitSelectedFile", { "fg": s:green }) +call s:h("gitcommitUnmergedFile", { "fg": s:yellow }) +call s:h("gitcommitFile", {}) +hi link gitcommitNoBranch gitcommitBranch +hi link gitcommitUntracked gitcommitComment +hi link gitcommitDiscarded gitcommitComment +hi link gitcommitSelected gitcommitComment +hi link gitcommitDiscardedArrow gitcommitDiscardedFile +hi link gitcommitSelectedArrow gitcommitSelectedFile +hi link gitcommitUnmergedArrow gitcommitUnmergedFile From d8593c0c26404d92bf62c01c0bfe1eae9d950126 Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Thu, 4 Feb 2016 12:09:51 -0500 Subject: [PATCH 2/2] Minor whitespace changes --- colors/onedark.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colors/onedark.vim b/colors/onedark.vim index 1a28b78..67a0457 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -225,7 +225,7 @@ call s:h("gitcommitFile", {}) hi link gitcommitNoBranch gitcommitBranch hi link gitcommitUntracked gitcommitComment hi link gitcommitDiscarded gitcommitComment -hi link gitcommitSelected gitcommitComment +hi link gitcommitSelected gitcommitComment hi link gitcommitDiscardedArrow gitcommitDiscardedFile -hi link gitcommitSelectedArrow gitcommitSelectedFile -hi link gitcommitUnmergedArrow gitcommitUnmergedFile +hi link gitcommitSelectedArrow gitcommitSelectedFile +hi link gitcommitUnmergedArrow gitcommitUnmergedFile