-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make show-paren-mode less subtle #8
base: master
Are you sure you want to change the base?
Conversation
It was often really hard to see matching parentheses when I wanted to. The use of darkturquoise in the background is a variation on the built-in default, which uses turquoise. Fixes dbrock#4
This may be a little bright for a low-contrast theme like zenburn, but the point is that it has to be dark text on a light background, or the match won't be visible enough. |
This change is too jarring for me. I’ve never had any problem seeing the thick yellow parentheses, and I’ve used Show-Paren mode forever. I do use a rather huge font size, though. Hmm, how about this?
|
on Sun Aug 28 2011, dbrock <reply+i-1307595-0f88bd01a45675f92c596bbd45a65fb111a2e830-AT-reply.github.com> wrote:
It may have to do with the font you're using. "Thick" shows up a lot
Seriously? This looks incredibly subtle to me: Dave Abrahams |
screenshot got snipped: https://gist.github.com/1176966 |
How about adding a colored underline in |
...until I make the font really big, like what I suppose you use, and then it's not so good. |
`(show-paren-match ((t (:foreground ,zenburn-blue)))) |
Hmm, that's actually less visible to me, @tomprince. Thanks for the But I played around a bit with a small font and I definitely see what So... how about this:
That's visible to me no matter what font size I choose, but it doesn't Everybody okay with that? Daniel Brockman, partner & developer |
Green is definitely an improvement. However, I think it could be My current personal customizations have '(show-paren-match which makes the parens "pop" appropriately without too much jarring. Not that I have also had to make several unusual adjustments to my
|
It was often really hard to see matching parentheses when I wanted to.
The use of darkturquoise in the background is a variation on the
built-in default, which uses turquoise.
Fixes #4