"ForestGreen" on light background.
Fixes: debbugs:9353
+2011-08-24 Juri Linkov <juri@jurta.org>
+
+ * faces.el (success): Change face color from "Green3" to
+ "ForestGreen" on light background (bug#9353).
+
2011-08-24 Chong Yidong <cyd@stupidchicken.com>
* window.el (quit-window): Renamed from quit-restore-window. Use
(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))