tangled
alpha
login
or
join now
oppi.li
/
vim-colors-plain
0
fork
atom
a duotonic color scheme
0
fork
atom
overview
issues
pulls
pipelines
Uncolor html headers
patrick brisbin
11 years ago
6df0bca3
b72c5f80
+7
1 changed file
expand all
collapse all
unified
split
colors
off.vim
+7
colors/off.vim
···
182
182
call s:h("MatchParen", {"bg": s:bg_subtle, "fg": s:norm})
183
183
call s:h("qfLineNr", {"fg": s:medium_gray})
184
184
185
185
+
call s:h("htmlH1", {"bg": s:bg, "fg": s:norm})
186
186
+
call s:h("htmlH2", {"bg": s:bg, "fg": s:norm})
187
187
+
call s:h("htmlH3", {"bg": s:bg, "fg": s:norm})
188
188
+
call s:h("htmlH4", {"bg": s:bg, "fg": s:norm})
189
189
+
call s:h("htmlH5", {"bg": s:bg, "fg": s:norm})
190
190
+
call s:h("htmlH6", {"bg": s:bg, "fg": s:norm})
191
191
+
185
192
" Signify, git-gutter
186
193
hi link SignifySignAdd LineNr
187
194
hi link SignifySignDelete LineNr