How to set the default background/text color schem

2020-07-25 10:39发布

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?

1条回答
太酷不给撩
2楼-- · 2020-07-25 11:03

This is a bug in 0.12, and has been fixed in master. So the only way to get what you want is to update to master, or wait for 0.13 (soonish).

查看更多
登录 后发表回答