aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatrick brisbin <[email protected]>2014-09-12 17:53:28 +0100
committerpatrick brisbin <[email protected]>2014-09-12 17:53:28 +0100
commit6df0bca37766853ea919654d2c5c2c03eae50fa0 (patch)
tree2d08e75e2caf27fac794fcb0bfd937be76eba192
parentb72c5f8018e707fe9a224baf99a334b7e3db3295 (diff)
Uncolor html headers
-rw-r--r--colors/off.vim7
1 files changed, 7 insertions, 0 deletions
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})
182call s:h("MatchParen", {"bg": s:bg_subtle, "fg": s:norm}) 182call s:h("MatchParen", {"bg": s:bg_subtle, "fg": s:norm})
183call s:h("qfLineNr", {"fg": s:medium_gray}) 183call s:h("qfLineNr", {"fg": s:medium_gray})
184 184
185call s:h("htmlH1", {"bg": s:bg, "fg": s:norm})
186call s:h("htmlH2", {"bg": s:bg, "fg": s:norm})
187call s:h("htmlH3", {"bg": s:bg, "fg": s:norm})
188call s:h("htmlH4", {"bg": s:bg, "fg": s:norm})
189call s:h("htmlH5", {"bg": s:bg, "fg": s:norm})
190call s:h("htmlH6", {"bg": s:bg, "fg": s:norm})
191
185" Signify, git-gutter 192" Signify, git-gutter
186hi link SignifySignAdd LineNr 193hi link SignifySignAdd LineNr
187hi link SignifySignDelete LineNr 194hi link SignifySignDelete LineNr