info-gnus-english
[Top][All Lists]
Advanced

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

Re: setting face for gnus-summary-normal-unread-face


From: Peter Jones
Subject: Re: setting face for gnus-summary-normal-unread-face
Date: Sun, 01 Jun 2008 11:21:19 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

nakkaya@gmail.com writes:
> i am trying to change the color for gnus-summary-normal-unread-face.
> faces are kept in a file called my-gnus-faces.el and i load it from
> .gnus

While I haven't customized that specific face, with others I have
found that you need to create a temporary face, and then assign that
face to the gnus variable:

,----
| (make-face 'my-gnus-summary-selected)
| (custom-set-faces
|  '(my-gnus-summary-selected ((t (:background "#444444")))))
| (setq
|  gnus-summary-selected-face 'my-gnus-summary-selected)
`----

I may be doing things the hard way, but it does work.

-- 
Peter Jones [pjones at domain below]
pmade inc. - http://pmade.com


reply via email to

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