gregsexton / MatchTag

Vim's MatchParen for HTML tags
http://www.vim.org/scripts/script.php?script_id=3818
311 stars 30 forks source link

cutomize highlight color #39

Open PegasusWang opened 7 years ago

PegasusWang commented 7 years ago

I use solarized dark theme, but the tag highlight looks bad, can I change hightlight color ?

fubario commented 7 years ago

@PegasusWang I think you can try changing the MatchParen parameter for your theme.vim file, usually located in your ~/.vim/colors directory. I changed the default matching highlight color used by my theme to lime green by updating the following line in my theme file.

hi MatchParen ctermbg=NONE ctermfg=10 guibg=NONE guifg=#00ff00 cterm=BOLD gui=BOLD