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

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

RE: Changing color of transient mark


From: Drew Adams
Subject: RE: Changing color of transient mark
Date: Wed, 11 Feb 2015 10:42:21 -0800 (PST)

> 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?

Customize face `region':

M-x customize-face region



reply via email to

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