millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 123 forks source link

change background color of highlighted text in traceback #833

Closed xiaohan2012 closed 2 years ago

xiaohan2012 commented 2 years ago

Hi,

In my traceback, the foreground color of text and the background one is so close that I cannot see the actual text.

A screenshot to demonstrate this:

Screenshot 2022-04-01 at 14 48 52

Is there anyway to change the background color?

Thanks!

dickmao commented 2 years ago

We don't have control over ipython's ansi codes. You could butcher ansi-color.el but that would be wrong.

I would google "change color ipython".