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
Improve Help colors
Ahmed El Gabri
7 years ago
48c1689d
08e49e9f
+4
1 changed file
expand all
collapse all
unified
split
colors
plain.vim
+4
colors/plain.vim
···
186
186
call s:h("SpellLocal", {"cterm": "underline", "fg": s:dark_green})
187
187
endif
188
188
189
189
+
""" Help
190
190
+
hi link helpHyperTextEntry Title
191
191
+
hi link helpHyperTextJump String
192
192
+
189
193
""" StatusLine
190
194
191
195
call s:h("StatusLine", {"gui": "underline", "bg": s:bg, "fg": s:status_line})