]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/faces.el (success): Change face color from "Green3" to
authorJuri Linkov <juri@jurta.org>
Wed, 24 Aug 2011 18:01:40 +0000 (21:01 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 24 Aug 2011 18:01:40 +0000 (21:01 +0300)
"ForestGreen" on light background.

Fixes: debbugs:9353
lisp/ChangeLog
lisp/faces.el

index 2335f3780dc35779326c463cf804d8383fbeda1c..75ab64a1cfc7d022b1381885f266359f4b807509 100644 (file)
@@ -1,3 +1,8 @@
+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
index 404bd7b66099428c73f86c8096ba4bf3fddef634..3c4a3330c819674d7168e70bfd3ad18fd725ebf8 100644 (file)
@@ -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))