Today I upgraded my IPython installation from 3.2.3 to 5.1 via the FreeBSD ports system. If it matters, I'm using Python 3.6.
The new colors used in the terminal are ugly in my eyes. (I'm using the urxvt terminal in transparent mode.)
How do I restore the looks of the IPython terminal from the 3.2.3 release?
In my .ipython/profile_default/ipython_config.py
I've tried setting InteractiveShell.colors
to the values listed in the documentation. None of them looked like they used to.
Alternatively, I've tried most of the pygments highlighting styles available via TerminalInteractiveShell.highlighting_style
. They don't look good on a transparent background either.