Open PegasusWang opened 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
I use solarized dark theme, but the tag highlight looks bad, can I change hightlight color ?