In ipython 5.0, the autocompletion function seems to be replaced by a new one.
Now "os.[tab]" does not display a list of possible commands, but seems to cycle through the module members. But while it does, it seems to display below the current line a list of possible members, but all but the currently selected one are black on black on a standard terminal (urxvt), which worked with ipython 4.0 before just fine.
How can i adjust the colors (of the inactive items) or get back to the old completion mode?
The ipython is a fresh installation in a python2 virtualenv on Debian linux.
When i press tab again, os.abort is hidden and os.access below becomes bright white. Hitting tab a few more times it goes further down and then jumps to the next column with os.chdir. Looks like intended behaviour for this (different) kind of tab completion, but the colors of the inactive entries are wrong.
In KDE "konsole" it behaves differently:

in an xterm (with default white background) the font colors are the same, so this does not depend on the terminals color scheme.
I reset my urxvt settings and got with a default white terminal:
So the black / white foreground colors seem to work, but both gray tones are not displayed. I wonder if its an urxvt or ipython bug, maybe with non-standard color names or something similiar.

