You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 ?
The text was updated successfully, but these errors were encountered: