>> -(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/ _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel