diff options
| author | Juri Linkov | 2011-08-24 21:01:40 +0300 |
|---|---|---|
| committer | Juri Linkov | 2011-08-24 21:01:40 +0300 |
| commit | 6a93965ee87c1e1bbad0b471b5de212b74a2a4ce (patch) | |
| tree | 05a4896216bca75e0d92b13a24bfd41617772fba | |
| parent | 1ed43b0999487094d4082e431947d48bd8feb2bb (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/faces.el | 2 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-08-24 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-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)) |