1 Jan 2006 01:54
Re: mh-folder-cur-msg-number face inherit from mh-folder-msg-number?
Mark D. Baushke <mdb <at> gnu.org>
2006-01-01 00:54:51 GMT
2006-01-01 00:54:51 GMT
Bill Wohler <wohler <at> newt.com> writes: > The face mh-folder-cur-msg-number is currently defined like this: > > (defface mh-folder-cur-msg-number > (mh-defface-compat > '((((class color) (min-colors 88) (background light)) > (:foreground "Purple")) > (((class color) (min-colors 88) (background dark)) > (:foreground "Cyan")) > (((class color)) > (:foreground "cyan" :weight bold)) > (((class grayscale) (background light)) > (:foreground "LightGray" :bold t)) > (((class grayscale) (background dark)) > (:foreground "DimGray" :bold t)) > (t > (:bold t)))) > "Current message number face in MH-Folder buffers." > :group 'mh-faces > :group 'mh-folder) > > Emboldening mh-folder-msg-number seems like a simpler, more elegant > solution to me. > > (defface mh-folder-cur-msg-number > '((t > (:inherit mh-folder-msg-number :bold t))) > "Current message number face in MH-Folder buffers."(Continue reading)



. I also
> think this will be the last email in this series--I'm getting ready to
> wrap up the new text on faces in the manual.
Heh.
> The current setting of mh-folder-body is as follows:
>
> (defface mh-folder-body
> (mh-defface-compat
> '((((class color) (min-colors 88) (background light))
> (:foreground "RosyBrown"))
> (((class color) (min-colors 88) (background dark))
> (:foreground "LightSalmon"))
> (((class color))
> (:foreground "green"))
> (((class grayscale) (background light))
> (:foreground "DimGray" :italic t))
> (((class grayscale) (background dark))
> (:foreground "LightGray" :italic t))
> (t
> (:italic t))))
> "Body text face in MH-Folder buffers."
> :group 'mh-faces
> :group 'mh-folder)

RSS Feed