Edmond
Results
1
comments of
Edmond
Hey, I stumbled upon [this answer](https://github.com/ipython/ipython/issues/14809#issuecomment-2708982058) which I think solved it. Here's what worked for me: ```python from IPython.utils.PyColorize import linux_theme, theme_table from copy import deepcopy theme = deepcopy(linux_theme) #...