From e17b448021268cf79720e30456e6a2d9e3ac444f Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sun, 8 May 2016 17:25:59 +0100 Subject: [PATCH 1/2] Apply comment color to git commit messages Fix #21 --- colors/onedark.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) From 85b9a9d1a806d4674a2b221dee8dc7baeaad0301 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sun, 8 May 2016 17:50:07 +0100 Subject: [PATCH 2/2] Apply comment color to folds --- colors/onedark.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/onedark.vim b/colors/onedark.vim index bbe74ab..2230af5 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -148,7 +148,7 @@ call s:h("DiffDelete", { "fg": s:red }) " diff mode: Deleted line call s:h("DiffText", { "fg": s:blue }) " diff mode: Changed text within a changed line call s:h("ErrorMsg", {}) " error messages on the command line call s:h("VertSplit", { "fg": s:vertsplit }) " the column separating vertically split windows -call s:h("Folded", {}) " line used for closed folds +call s:h("Folded", { "fg": s:comment_grey }) " line used for closed folds call s:h("FoldColumn", {}) " 'foldcolumn' call s:h("SignColumn", {}) " column where signs are displayed call s:h("IncSearch", { "fg": s:visual_black, "bg": s:visual_grey }) " 'incsearch' highlighting; also used for the text replaced with ":s///c"