-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Spacemacs overrides the OS mouse cursor with no feature to disable #1181
Labels
Comments
I looked for this issue a bit and did not find anything useful, with a dark theme I would go with `(set-mouse-color "white"). |
For what it's worth this doesn't happen with my old (pre-Spacemacs) config that uses the "sanityinc-solarized-dark" theme. |
This was referenced Apr 18, 2015
@jonathanj You said this issue has been solved, right? |
@StreakyCobra Yes, it looks like it has been solved and appears in Spacemacs develop. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the solarized-dark theme (and all the other bundled themes I tested) the mouse cursor colours are set to values different from the regular OS values. In some cases this might be desirable but it would be nice if it was possible to not have the cursor changed.
I couldn't figure out how to undo these changes after they were applied either at runtime (I tried
set-mouse-color
) or by commenting all "mouse" lines in.emacs.d/spacemacs/extensions/solarized-theme/solarized.el
.On OS X using solarized-dark I think the default OS X cursor has far better visibility than the customized one, in my opinion anyway.
Spacemacs cursor:
OS X cursor:
The text was updated successfully, but these errors were encountered: