Todd Strilchuk <[EMAIL PROTECTED]> wrote:
>
> I'm trying to use the color "white" (or "brightwhite") in my muttrc
> file, but it always seems to come up with a shade of grey.  i'm using
> xterm103

Well, when you use "white" or "brightwhite", it tells ncurses to select
color 7 or 15, respectively.  What those colors translate to depends on
what X resources you use for those colors.

For instance, my /usr/lib/X11/app-defaults/XTerm file has these values
in it:

    *VT100*color0: black
    *VT100*color1: red
    *VT100*color2: green
    *VT100*color3: yellow
    *VT100*color4: blue
    *VT100*color5: magenta
    *VT100*color6: cyan
    *VT100*color7: white
    *VT100*color8: black
    *VT100*color9: red
    *VT100*color10: green
    *VT100*color11: yellow
    *VT100*color12: blue
    *VT100*color13: magenta
    *VT100*color14: cyan
    *VT100*color15: white

I changed them from the defaults, if I recall.  Here, the "white" is
translated by the X11 RGB color database, not ncurses, so it should
definitely result in a 'white' color.

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
Convex Division  |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to