Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cutomize highlight color #39

Open
PegasusWang opened this issue Sep 21, 2017 · 1 comment
Open

cutomize highlight color #39

PegasusWang opened this issue Sep 21, 2017 · 1 comment

Comments

@PegasusWang
Copy link

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

@fubario
Copy link

fubario commented Oct 16, 2017

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants