> From: Juri Linkov <[EMAIL PROTECTED]>
> Date: Sun, 29 May 2005 19:08:48 +0300
> Cc: [EMAIL PROTECTED], emacs-devel@gnu.org
> 
> -(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.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to