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

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

Changing color of transient mark


From: Haines Brown
Subject: Changing color of transient mark
Date: Wed, 11 Feb 2015 13:37:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

I'm running emacs 24.4.1, and the transient mark color is a very dark
blue. This makes the highlighted text hard to read.

Id like to redefine the background color something like this:

  ((transient-mark-mode 1)
    (set-background-color "mistyrose")
    (set-foreground-color "firebrick"))

but of course this does not work. Short of running PC mode, how can I
change at least the highlighting background color?



reply via email to

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