I found the this answer to the question of how to change ones mouse pointer color for when the mouse pointer is hovering over Emacs: https://emacs.stackexchange.com/a/3185/10090
However, this really only seems to work for the current frame and (add-to-list 'default-frame-alist '(mouse-color . "white"))
does not seem to work for me. What I would really like to do however, is to avoid changing the mouse pointer at all, when it moves to Emacs.
Is there a way to not make Emacs change the pointer color/theme at all?
Additional info:
- GNU Emacs 28.2
EDIT:
Mouse pointer color refers to literally the color of the mouse pointer. The terminology comes from https://www.emacswiki.org/emacs/PointerShape.