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

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

Re: Awesome eyecandy in the wikipedia article


From: Glyn Millington
Subject: Re: Awesome eyecandy in the wikipedia article
Date: Fri, 11 Jan 2008 08:39:54 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

rtra <ruitra@gmail.com> writes:

> The gnus screenshot at http://en.wikipedia.org/wiki/Gnus
> is awesome! How can I get my gnus to look like that?
>
> Thanks for any tip.

The colours are a matter of customizing faces

For the unicode thread trees I have this in my .gnus

         (when window-system
           (setq gnus-sum-thread-tree-indent "  ")
           (setq gnus-sum-thread-tree-root "● ")
           (setq gnus-sum-thread-tree-false-root "◯ ")
           (setq gnus-sum-thread-tree-single-indent "◎ ")
           (setq gnus-sum-thread-tree-leaf-with-other "├─► ")
           (setq gnus-sum-thread-tree-vertical "│")
           (setq gnus-sum-thread-tree-single-leaf "╰─► "))
   

hth




Glyn





reply via email to

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