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

i tried

(set-face-foreground 'gnus-summary-normal-read-face "MidnightBlue")

also tried

;; (face-spec-set 'gnus-summary-normal-read-face
;;                '((t (:foreground "MidnightBlue"))))


both when evaluated manually with c-x c-e sets the face but it doesn't set
it during load.
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to