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

MatchParen as bold ? #15

Closed
zamaterian opened this issue Mar 16, 2016 · 1 comment
Closed

MatchParen as bold ? #15

zamaterian opened this issue Mar 16, 2016 · 1 comment

Comments

@zamaterian
Copy link

When using Rainbow parens, the matching paren is hard to see because of color reuse. How do I set it as Bold ?

@joshdick
Copy link
Owner

You should be able to accomplish that by changing the MatchParen line to this:

call s:h("MatchParen", { "fg": s:blue, "cterm": "bold", "cterm16": "bold", "gui": "underline" }) " The character under the cursor or just before it, if it is a paired bracket, and its match.

You can change the "gui" property to "bold" as well, if that suits you.

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