From 73106994f86353b8bb5018bacdace22643c5f485 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 22 Jun 2005 02:31:48 +0000 Subject: [PATCH] Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440 Change escape-glyph color on dark backgrounds back to cyan --- lisp/ChangeLog | 1 + lisp/faces.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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") -- 2.39.2