From: Per Abrahamsen Date: Thu, 19 Jun 1997 12:52:23 +0000 (+0000) Subject: Change color. X-Git-Tag: emacs-20.1~1609 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=834279071a4fdb17e88c29ef5c3c536d9f29add5;p=emacs.git Change color. --- diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 9ef05d00d05..20e3780a2c3 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -378,7 +378,7 @@ size field." (:foreground "light gray")) (((class grayscale color) (background light)) - (:foreground "dark gray")) + (:foreground "dim gray")) (t (:italic t))) "Face used for inactive widgets."