I can set the color scheme of the initial tab in Qt Console by using the following command line:
ipython qtconsole --colors=linux
But each subsequent tab I open (Ctrl + T) in Qt Console defaults back to a white background and dark text. Is there any way to change the color scheme of new tabs too?