aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2011-08-24 21:01:40 +0300
committerJuri Linkov2011-08-24 21:01:40 +0300
commit6a93965ee87c1e1bbad0b471b5de212b74a2a4ce (patch)
tree05a4896216bca75e0d92b13a24bfd41617772fba
parent1ed43b0999487094d4082e431947d48bd8feb2bb (diff)
downloademacs-6a93965ee87c1e1bbad0b471b5de212b74a2a4ce.tar.gz
emacs-6a93965ee87c1e1bbad0b471b5de212b74a2a4ce.zip
* lisp/faces.el (success): Change face color from "Green3" to
"ForestGreen" on light background. Fixes: debbugs:9353
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/faces.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2335f3780dc..75ab64a1cfc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-08-24 Juri Linkov <juri@jurta.org>
2
3 * faces.el (success): Change face color from "Green3" to
4 "ForestGreen" on light background (bug#9353).
5
12011-08-24 Chong Yidong <cyd@stupidchicken.com> 62011-08-24 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * window.el (quit-window): Renamed from quit-restore-window. Use 8 * 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."
2435 2435
2436(defface success 2436(defface success
2437 '((((class color) (min-colors 16) (background light)) 2437 '((((class color) (min-colors 16) (background light))
2438 (:foreground "Green3" :weight bold)) 2438 (:foreground "ForestGreen" :weight bold))
2439 (((class color) (min-colors 88) (background dark)) 2439 (((class color) (min-colors 88) (background dark))
2440 (:foreground "Green1" :weight bold)) 2440 (:foreground "Green1" :weight bold))
2441 (((class color) (min-colors 16) (background dark)) 2441 (((class color) (min-colors 16) (background dark))