diff lisp/faces.el @ 63650:906515736089

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440 Change escape-glyph color on dark backgrounds back to cyan
author Miles Bader <miles@gnu.org>
date Wed, 22 Jun 2005 02:31:48 +0000
parents 144440a09db1
children 47c90f7c23df bdcbdec78dd3
line wrap: on
line diff
--- a/lisp/faces.el	Wed Jun 22 01:22:42 2005 +0000
+++ b/lisp/faces.el	Wed Jun 22 02:31:48 2005 +0000
@@ -2106,7 +2106,7 @@
   :group 'basic-faces)
 
 (defface escape-glyph
-  '((((background dark)) :foreground "pink2")
+  '((((background dark)) :foreground "cyan")
     ;; See the comment in minibuffer-prompt for
     ;; the reason not to use blue on MS-DOS.
     (((type pc)) :foreground "magenta")