From 6a93965ee87c1e1bbad0b471b5de212b74a2a4ce Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 24 Aug 2011 21:01:40 +0300 Subject: [PATCH] * lisp/faces.el (success): Change face color from "Green3" to "ForestGreen" on light background. Fixes: debbugs:9353 --- lisp/ChangeLog | 5 +++++ lisp/faces.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2335f3780dc..75ab64a1cfc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-08-24 Juri Linkov + + * faces.el (success): Change face color from "Green3" to + "ForestGreen" on light background (bug#9353). + 2011-08-24 Chong Yidong * window.el (quit-window): Renamed from quit-restore-window. Use diff --git a/lisp/faces.el b/lisp/faces.el index 404bd7b6609..3c4a3330c81 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2435,7 +2435,7 @@ It is used for characters of no fonts too." (defface success '((((class color) (min-colors 16) (background light)) - (:foreground "Green3" :weight bold)) + (:foreground "ForestGreen" :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground "Green1" :weight bold)) (((class color) (min-colors 16) (background dark)) -- 2.39.2