aboutsummaryrefslogtreecommitdiff
path: root/colors/off.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/off.vim')
-rw-r--r--colors/off.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/colors/off.vim b/colors/off.vim
index 8af12e3..142bbb5 100644
--- a/colors/off.vim
+++ b/colors/off.vim
@@ -189,6 +189,9 @@ call s:h("htmlH4", {"bg": s:bg, "fg": s:norm})
189call s:h("htmlH5", {"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}) 190call s:h("htmlH6", {"bg": s:bg, "fg": s:norm})
191 191
192hi link diffRemoved DiffDelete
193hi link diffAdded DiffAdd
194
192" Signify, git-gutter 195" Signify, git-gutter
193hi link SignifySignAdd LineNr 196hi link SignifySignAdd LineNr
194hi link SignifySignDelete LineNr 197hi link SignifySignDelete LineNr