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: Juri Linkov
Subject: Re: non-break-space in tutorial
Date: Mon, 30 May 2005 11:48:34 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>> -(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.

I can't find a better color among other 8 values for (type pc) than magenta.
Maybe this is not a bad choice.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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