Customize colors
ehynds opened this issue · 2 comments
ehynds commented
Hi, it would be great if you could configure the highlight colors. The defaults don't blend very well with solarized light.
gregsexton commented
Hi Eric,
You can configure the highlight colors by changing the value of
the 'MatchParen' highlight group. For example:
hi MatchParen guifg=#000000 guibg=#FD971F gui=bold ctermfg=16 ctermbg=208 cterm=bold
Change as you require.
If you want to change the highlight group that MatchTag uses you can
change line 77 of html.vim.
Is this helpful? Is this what you were looking for?
Thanks,
Greg
On Wed, Dec 07, 2011 at 06:17:16AM -0800, Eric Hynds wrote:
Hi, it would be great if you could configure the highlight colors. The defaults don't blend very well with solarized light.
Reply to this email directly or view it on GitHub:
#7
ehynds commented
Perfect. Thanks.