emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105556: * lisp/faces.el (success): C


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105556: * lisp/faces.el (success): Change face color from "Green3" to
Date: Wed, 24 Aug 2011 21:01:40 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105556
fixes bug(s): http://debbugs.gnu.org/9353
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Wed 2011-08-24 21:01:40 +0300
message:
  * lisp/faces.el (success): Change face color from "Green3" to
  "ForestGreen" on light background.
modified:
  lisp/ChangeLog
  lisp/faces.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-24 17:38:46 +0000
+++ b/lisp/ChangeLog    2011-08-24 18:01:40 +0000
@@ -1,3 +1,8 @@
+2011-08-24  Juri Linkov  <address@hidden>
+
+       * faces.el (success): Change face color from "Green3" to
+       "ForestGreen" on light background (bug#9353).
+
 2011-08-24  Chong Yidong  <address@hidden>
 
        * window.el (quit-window): Renamed from quit-restore-window.  Use

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2011-08-18 11:36:19 +0000
+++ b/lisp/faces.el     2011-08-24 18:01:40 +0000
@@ -2435,7 +2435,7 @@
 
 (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]