11

I am using the ample theme and I quite like it, but I can't see the mouser pointer when moving over emacs and emacs is activated; as the emacs background and the mouse pointer are black, I would like to have the mouse pointer in e.g. red.

How can I change the colour of the mouse pointer?

GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0, Carbon Version 157 AppKit 1343.14) of 2014-10-27 on Rainers-MBP-4

OS X Yosemite

Rainer
  • 897
  • 10
  • 16
  • I am sure I can, as the colour of the cursor changes when I move over emacs, and the colour depends on the colour theme I have chosen - my OS is OS X Yosemite by the way. – Rainer Nov 06 '14 at 13:55

2 Answers2

14

Just found this, did not tried it:

(set-mouse-color "red")
Nsukami _
  • 6,341
  • 2
  • 22
  • 35
3

Perhaps you want to customize the face:

M-x customize-face RET mouse RET
nanny
  • 5,704
  • 18
  • 38