For the benefit of the peanut gallery....

On Fri, 2003-03-14 at 18:09, Dax Kelson wrote:
> First, the fonts look fabulous here on RHL8.0.
> 
> Small problem though, the difference in appearance of the messages in my
> INBOX between unread (bold) and read is not great enough. Too much
> effort to tell the difference.
> 
> Is there a way to configure my unread messages to show up as a
> difference color, or increase the contrast of the boldness?

Yes... you basically have to configure it to use a font where the bold
and regular faces are sufficiently different...

After failing to find any TrueType fonts for which this is true, I've
now copied the X11 bitmap Helvetica fonts into /usr/share/fonts, then
(with some help from sonne on #evolution) configured Evolution to use
them by putting the following in ~/.gtkrc-2.0:

style "user-font-in-tree"
{
        font_name = "Helvetica 9"
}
widget_class "*EStorageSetView*" style "user-font-in-tree"
class "*EStorageSetView*" style "user-font-in-tree"
widget_class "*ETree*" style "user-font-in-tree"
class "*ETree*" style "user-font-in-tree"


-- 
dwmw2

_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to