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

Inserting new parens and continuing edit has a blue background throughout #35

Closed
ashutoshrishi opened this issue Jan 18, 2017 · 2 comments

Comments

@ashutoshrishi
Copy link

I don't know if this is through the theme or I am not setting something properly, but when I insert a new parenthesis (have smartparens mode), and start inserting characters, the blue highlight stays put making text hard to read:

screen shot 2017-01-18 at 10 45 48 pm

  • It is fine if I move my cursor and then edit, the highlight disappears.
  • Another theme that I use does not have this problem so I am not sure what emacs settings I need to change.

Thanks!

@ashutoshrishi
Copy link
Author

I have gotten around this atm by:

(setq sp-highlight-pair-overlay nil)
(setq sp-show-pair-from-inside t)

@hlissner
Copy link
Member

I added a face for sp-pair-overlay-face, which should make the highlight much easier on the eyes. Let me know if it's still a problem.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants