i am using a seld compiled oz/GPE 3.5.4. when i invoke rxvt from rxvt from shell, it printes lots of
...
urxvt: can't get colour ''#103040", continuing without.
...
i just want to custom urxvt colors by editing .Xdefaults, added 2 lines:
URxvt.foreground: #e0eee0
URxvt.background: #103040
and after xrdb merge, rxvt is still black on white. acording to the error messages above, it seems rxvt cannot get color from X, what's the problem? is it a problem of rxvt, or kdrive xserver?