aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/faces.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3517868389..1079129698 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
2005-06-22 Miles Bader <[email protected]>
* faces.el (vertical-border): Renamed from `vertical-divider'.
+ (escape-glyph): Change dark-background color back to `cyan'.
2005-06-21 Juri Linkov <[email protected]>
diff --git a/lisp/faces.el b/lisp/faces.el
index 9aa8f30101..39c80db8d9 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")