help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to change mouse pointer color


From: Peter Dyballa
Subject: Re: how to change mouse pointer color
Date: Thu, 15 Mar 2007 12:59:33 +0100


Am 15.03.2007 um 11:20 schrieb George Nurser:

How do I change its color?

Via ~/.Xdefaults:

        Emacs*cursorColor:              OrangeRed2
        Emacs*pointerColor:             DarkOrchid4

or via ~/.emacs:

        (setq initial-frame-alist '(
          (mouse-color           . "midnightblue")
          (foreground-color      . "grey20")
          (background-color      . "alice blue")
          (internal-border-width . 2)
          (line-spacing          . 1)
          (active-alpha          . 0.875)
          (inactive-alpha        . 0.75)
          (top . 25) (left . 650) (width . 91) (height . 50)))

--
Greetings

  Pete

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
     -Benjamin Franklin, Historical Review of Pennsylvania.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]