--- rxvt-unicode/doc/rxvt.1.html 2006/01/31 00:25:16 1.56 +++ rxvt-unicode/doc/rxvt.1.html 2006/02/06 05:55:33 1.57 @@ -1741,6 +1741,13 @@ background, cursorColor, cursorColor2, colorBD, colorUL as a number 0-15, as a convenient shorthand to reference the colour name of color0-color15.

+

In addition to the colours defined above, rxvt offers an +additional 72 colours. The first 64 of those (with indices 16 to 79) +consist of a 4*4*4 RGB colour cube (i.e. index = r * 16 + g * 4 + b + +16), followed by 8 additional shades of gray (with indices 80 to 87).

+

Together, all those colours implement the 88 colour xterm colours. Only +the first 16 can be changed using resources currently, the rest can only +be changed via command sequences (``escape codes'').

Note that -rv (``reverseVideo: True'') simulates reverse video by always swapping the foreground/background colours. This is in contrast to xterm(1) where the colours are only swapped if they have not otherwise