" used by AsciiDoc.
highlight Title ctermfg=63 cterm=bold
" Vertical split column (black on default), black to try to hide it
-" (ctermfg=NONE doesn't work), cterm=NONE is necessary to remove reverse.
+" (ctermfg=NONE doesn't work), cterm=NONE is necessary to remove reverse. Also
+" see my vimrc for a way to hide it completely (the column is still there, but
+" empty).
highlight VertSplit ctermfg=16 cterm=NONE
" Current visual selection (default on light gray).
highlight Visual ctermbg=246