Small Shift in Color Values

Marc Lehmann schmorp at schmorp.de
Sun Nov 27 13:32:21 CET 2011


On Sun, Nov 27, 2011 at 12:53:33PM +0100, Bastien Dejean <nihilhill at gmail.com> wrote:
> My foreground color appears (gpick, grabc...) as #9D9D9D, however,
> I have the following in my .Xresources:
> 
>     URxvt.foreground: #9E9E9E

Your hardware is likely only capable of displaying colours #9d9d9d9d9d9d
and #9e9e9e9e9e9e - urxvt picks the nearest colour to the one you specify
(#9e009e009e00).

gpick et al. probably just throw away the colour information (i.e.
they always cut away the extra bits instead of chosing the nearest
representable colour).

when in doubt, use xmag or another program that comes with x - these
programs tend to be less broken than g* or k* programs, and indeed display
the correct colour.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\




More information about the rxvt-unicode mailing list