emacs-devel
[Top][All Lists]
Advanced

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

Re: non-break-space in tutorial


From: Eli Zaretskii
Subject: Re: non-break-space in tutorial
Date: Sun, 29 May 2005 20:40:19 +0300

> From: Juri Linkov <address@hidden>
> Date: Sun, 29 May 2005 19:08:48 +0300
> Cc: address@hidden, address@hidden
> 
> -(defface escape-glyph '((((background dark)) :foreground "cyan")
> +(defface escape-glyph '((((background dark)) :background "rosybrown4")
>                       ;; See the comment in minibuffer-prompt for
>                       ;; the reason not to use blue on MS-DOS.
> -                     (((type pc)) :foreground "magenta")
> -                     (t :foreground "blue"))
> +                     (((type pc)) :background "magenta")
> +                     (t :background "rosybrown1"))

You've changed all the colors except the ones for (type pc).  I think
it doesn't make sense to use the same color for background as we did
for foreground.




reply via email to

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