From 6df0bca37766853ea919654d2c5c2c03eae50fa0 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 12 Sep 2014 12:53:28 -0400 Subject: Uncolor html headers --- colors/off.vim | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/colors/off.vim b/colors/off.vim index 3e6bba1..9debe73 100644 --- a/colors/off.vim +++ b/colors/off.vim @@ -182,6 +182,13 @@ call s:h("ColorColumn", {"bg": s:bg_subtle}) call s:h("MatchParen", {"bg": s:bg_subtle, "fg": s:norm}) call s:h("qfLineNr", {"fg": s:medium_gray}) +call s:h("htmlH1", {"bg": s:bg, "fg": s:norm}) +call s:h("htmlH2", {"bg": s:bg, "fg": s:norm}) +call s:h("htmlH3", {"bg": s:bg, "fg": s:norm}) +call s:h("htmlH4", {"bg": s:bg, "fg": s:norm}) +call s:h("htmlH5", {"bg": s:bg, "fg": s:norm}) +call s:h("htmlH6", {"bg": s:bg, "fg": s:norm}) + " Signify, git-gutter hi link SignifySignAdd LineNr hi link SignifySignDelete LineNr -- cgit v1.2.3