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

please rate my zenburn color scheme



Hi

I use the zenburn color scheme in emacs, urxvt, and my window manager:
http://slinky.imukuppi.org/zenburn/
http://victorgavin.co.uk/zenburn/

I now started creating this scheme for Wanderlust.

note that many things are not set yet, but the most important ones are.

things I'm not really happy with are:
- background in header should go to end of line
- summary-thread-top-face and summary-thread-answered face colors, might change these.
- might remove some of the default underlining variables

Please check it out, any comment is welcome.
If someone already has a zenburn scheme, please post it as well.

add this to your .wl:

(set-face-foreground 'wl-highlight-message-headers "#DCA3A3")
(set-face-background 'wl-highlight-message-headers "#262626")
;;The face for field names of message headers.

(set-face-foreground 'wl-highlight-message-header-contents "#7F9F7F")
(set-face-background 'wl-highlight-message-header-contents "#262626")
;;The face for field bodies of message headers.

(set-face-foreground 'wl-highlight-message-important-header-contents "#F0DFAF") (set-face-background 'wl-highlight-message-important-header-contents "#262626")

(set-face-foreground 'wl-highlight-message-important-header-contents2 "#8CD0D3") (set-face-background 'wl-highlight-message-important-header-contents2 "#262626")

(set-face-foreground 'wl-highlight-message-unimportant-header-contents "#709080") (set-face-background 'wl-highlight-message-unimportant-header-contents "#262626")

(set-face-foreground 'wl-highlight-message-citation-header "#CC9393")

(set-face-foreground 'wl-highlight-message-cited-text-1 "#7F9F7F")
(set-face-foreground 'wl-highlight-message-cited-text-2 "#8CD0D3")
(set-face-foreground 'wl-highlight-message-cited-text-3 "#8F8F8F")
(set-face-foreground 'wl-highlight-message-cited-text-4 "#7F9F7F")

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

(set-face-foreground 'wl-highlight-summary-important-face "#8CD0D3")

(set-face-foreground 'wl-highlight-summary-answered-face "#DCDCCC")

(set-face-foreground 'wl-highlight-summary-new-face "#E89393")

(set-face-foreground 'wl-highlight-summary-displaying-face "#DCA3A3")
(set-face-background 'wl-highlight-summary-displaying-face "#262626")

(set-face-foreground 'wl-highlight-thread-indent-face "#ECBCEC" )

(set-face-foreground 'wl-highlight-summary-thread-top-face "#EFDCBC")

(set-face-foreground 'wl-highlight-summary-normal-face "#DCDCCC" )
(set-face-foreground 'wl-highlight-folder-zero-face "#DCDCCC")

(set-face-foreground 'wl-highlight-folder-few-face "#DCA3A3")

(set-face-foreground 'wl-highlight-folder-many-face "#DCA3A3")

(set-face-foreground 'wl-highlight-folder-unread-face "#E89393")

(set-face-foreground 'wl-highlight-folder-path-face "#DFAF8F" )


thx