diff options
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index c847d9f71a7..fc026154e21 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1575,7 +1575,7 @@ created." | |||
| 1575 | (((type tty) (class mono)) | 1575 | (((type tty) (class mono)) |
| 1576 | (:inverse-video t)) | 1576 | (:inverse-video t)) |
| 1577 | (((class color) (background dark)) | 1577 | (((class color) (background dark)) |
| 1578 | (:background "blue")) | 1578 | (:background "blue3")) |
| 1579 | (((class color) (background light)) | 1579 | (((class color) (background light)) |
| 1580 | (:background "light goldenrod yellow")) | 1580 | (:background "light goldenrod yellow")) |
| 1581 | (t (:background "gray"))) | 1581 | (t (:background "gray"))) |