[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

13.2.2 Setting Colors and Fonts of the Characters

If you want to change colors or fonts of the characters, you need to modify faces defined in Wanderlust. Use set-face-font if you want to change fonts, and set-face-foreground for colors, and so on. You cannot write face settings in `.emacs'; write in `~/.wl'.

For example, if you want to change the color for signatures to yellow, write

 
(set-face-foreground 'wl-highlight-message-signature "yellow")

in `~/.wl'.

Faces defined in Wanderlust:

wl-highlight-message-headers
The face for field names of message headers.

wl-highlight-message-header-contents
The face for field bodies of message headers.

wl-highlight-message-important-header-contents
The face for important parts of message headers. Per default, this face is used for a body of `Subject:' field. You can change its value by editing wl-highlight-message-header-alist.

wl-highlight-message-important-header-contents2
The face for secondly important parts of message headers. Per default, this face is used for bodies of `From:' and `To:' fields. You can change its value by editing wl-highlight-message-header-alist.

wl-highlight-message-unimportant-header-contents
The face for unimportant parts of message headers. Per default, this face is used for bodies of `X-' fields `User-Agent:' fields. You can change its value by editing wl-highlight-message-header-alist.

wl-highlight-message-citation-header
The face for headers of quoted messages.

wl-highlight-message-cited-text-*
The face for texts of quoted messages. The last `*' is a single figure so that 10 different colors can be used according to citation levels.

wl-highlight-message-signature
The face for signatures of messages. The initial settings are `khaki' for light background colors, and `DarkSlateBlue' for dark background colors.

wl-highlight-header-separator-face
The face for header separators of draft messages.

wl-highlight-summary-important-face
The face for message lines with important marks in the summary.

wl-highlight-summary-new-face
The face for message lines with new marks in the summary.

wl-highlight-summary-displaying-face
The face for the message line that is currently displayed. This face is overlaid.

wl-highlight-thread-indent-face
The face for the threads that is currently displayed.

wl-highlight-summary-unread-face
The face for message lines with unread marks in the summary.

wl-highlight-summary-deleted-face
The face for message lines with delete marks in the summary.

wl-highlight-summary-refiled-face
The face for message lines with re-file marks in the summary.

wl-highlight-refile-destination-face
The face for re-file information part of message lines with re-file marks in the summary.

wl-highlight-summary-copied-face
The face for message lines with copy marks in the summary.

wl-highlight-summary-target-face
The face for message lines with target marks `*' in the summary.

wl-highlight-summary-thread-top-face
The face for message lines that are on the top of the thread in the summary.

wl-highlight-summary-normal-face
The face for message lines that are not on top of the thread in the summary.

wl-highlight-folder-unknown-face
The face for folders that are not known to have how many unsync messages in the folder mode.

wl-highlight-folder-zero-face
The face for folders that have no unsync messages in the folder mode.

wl-highlight-folder-few-face
The face for folders that have some unsync messages in the folder mode.

wl-highlight-folder-many-face
The face for folders that have many unsync messages in the folder mode. The boundary between `some' and `many' is specified by the variable wl-folder-many-unsync-threshold.

wl-highlight-folder-unread-face
The face for folders that have no unsync but unread messages in the folder mode.

wl-highlight-folder-killed-face
The face for folders that are deleted from the access group in the folder mode.

wl-highlight-folder-opened-face
The face for open groups in the folder mode. It is meaningful when wl-highlight-folder-by-numbers is nil or a number.

wl-highlight-folder-closed-face
The face for close groups in the folder mode. It is meaningful when wl-highlight-folder-by-numbers is nil or a number.

wl-highlight-folder-path-face
The face for the path to the currently selected folder in the folder mode.

wl-highlight-logo-face
The face for logo in the demo.

wl-highlight-demo-face
The face for strings (for example, a version number) in the demo.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Yuuichi Teranishi on February, 19 2005 using texi2html