~craftyguy/vim-better-colors-plain

0ce2e06e41121d954b0662f770d29b8e5f7dce8d — Clayton Craft 3 years ago 3a55c14
color Todo
1 files changed, 3 insertions(+), 0 deletions(-)

M colors/better-plain.vim
M colors/better-plain.vim => colors/better-plain.vim +3 -0
@@ 210,6 210,9 @@ call s:h("ColorColumn",   {"bg": s:cursor_line})
" __MatchParen__
call s:h("MatchParen",    {"fg": s:light_red, "cterm": "bold", "gui": "bold"})

" Todo
call s:h("Todo",          {"bg": s:yellow, "cterm": "bold"})

hi! link htmlH1 Normal
hi! link htmlH2 Normal
hi! link htmlH3 Normal