2009年7月22日水曜日

Wanderlustの文字の色

家のメールはずっとktermにWanderlustで読んでいるのだが、標準の色が目に痛かった。
最近は携帯電話でのメールのやりとりが多いので放置していたのだが、ふと白地に黄色がまったく読めないので設定する事にした。

ドキュメントにある全てを登録しても転送したメールが黄色で直らない.....

うーんドキュメントに記載されていないのも結構あることが判明。
ソースコードより目的のものは「wl-highlight-summary-forwarded-face」というらしい。

;documented. ex. wl-ja.info(2.14.0)
(set-face-foreground 'wl-highlight-message-headers "black" )
(set-face-foreground 'wl-highlight-message-header-contents "black" )
(set-face-foreground 'wl-highlight-message-important-header-contents "black" )
(set-face-foreground 'wl-highlight-message-important-header-contents2 "black" )
(set-face-foreground 'wl-highlight-message-unimportant-header-contents "black" )
(set-face-foreground 'wl-highlight-message-citation-header "black" )
(set-face-foreground 'wl-highlight-message-cited-text-1 "black" )
(set-face-foreground 'wl-highlight-message-signature "black" )
(set-face-foreground 'wl-highlight-header-separator-face "black" )
;(set-face-foreground 'wl-highlight-summary-important-face "black" ) ;obsolete
(set-face-foreground 'wl-highlight-summary-new-face "black" )
(set-face-foreground 'wl-highlight-summary-displaying-face "black" )
(set-face-foreground 'wl-highlight-thread-indent-face "black" )
(set-face-foreground 'wl-highlight-summary-unread-face "black" )
(set-face-foreground 'wl-highlight-summary-deleted-face "black" )
(set-face-foreground 'wl-highlight-summary-refiled-face "black" )
(set-face-foreground 'wl-highlight-summary-copied-face "black" )
(set-face-foreground 'wl-highlight-summary-target-face "black" )
(set-face-foreground 'wl-highlight-summary-thread-top-face "black" )
(set-face-foreground 'wl-highlight-summary-normal-face "black" )
(set-face-foreground 'wl-highlight-folder-unknown-face "black" )
(set-face-foreground 'wl-highlight-folder-zero-face "black" )
(set-face-foreground 'wl-highlight-folder-few-face "black" )
(set-face-foreground 'wl-highlight-folder-many-face "black" )
(set-face-foreground 'wl-highlight-folder-unread-face "black" )
(set-face-foreground 'wl-highlight-folder-killed-face "black" )
(set-face-foreground 'wl-highlight-folder-opened-face "black" )
(set-face-foreground 'wl-highlight-folder-closed-face "black" )
(set-face-foreground 'wl-highlight-folder-path-face "black" )
(set-face-foreground 'wl-highlight-logo-face "black" )
(set-face-foreground 'wl-highlight-demo-face "black" )

; Only What's new document(2.12.0 -> 2.12.2)
(set-face-foreground 'wl-highlight-summary-disposed-face "black" )
(set-face-foreground 'wl-highlight-summary-prefetch-face "black" )
(set-face-foreground 'wl-highlight-summary-resend-face "black" )
(set-face-foreground 'wl-highlight-summary-answered-face "black" )
(set-face-foreground 'wl-highlight-action-argument-face "black" )

; undocumented(From wl-highlight.el)
(set-face-foreground 'wl-highlight-summary-forwarded-face "black" )
(set-face-foreground 'wl-highlight-summary-flagged-face "black" )
(set-face-foreground 'wl-highlight-summary-disposed-face "black" )
(set-face-foreground 'wl-highlight-summary-forwarded-face "black" )
(set-face-foreground 'wl-highlight-summary-temp-face "black" )
(set-face-foreground 'wl-highlight-summary-low-read-face "black" )
(set-face-foreground 'wl-highlight-summary-high-read-face "black" )
(set-face-foreground 'wl-highlight-summary-low-unread-face "black" )
(set-face-foreground 'wl-highlight-summary-high-unread-face "black" )


0 件のコメント:

コメントを投稿