From: Miles Bader Date: Wed, 22 Jun 2005 02:31:48 +0000 (+0000) Subject: Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440 X-Git-Tag: emacs-pretest-22.0.90~8747 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73106994f86353b8bb5018bacdace22643c5f485;p=emacs.git Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440 Change escape-glyph color on dark backgrounds back to cyan --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35178683899..1079129698e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2005-06-22 Miles Bader * faces.el (vertical-border): Renamed from `vertical-divider'. + (escape-glyph): Change dark-background color back to `cyan'. 2005-06-21 Juri Linkov diff --git a/lisp/faces.el b/lisp/faces.el index 9aa8f30101d..39c80db8d92 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2106,7 +2106,7 @@ Note: Other faces cannot inherit from the cursor face." :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")