PyCharm 去掉 doctest 背景颜色

PyCharm get rid of doctest background color

有没有办法在 PyCharm 的 doctest 中删除绿色突出显示?

还是我一开始做错了什么?这就是代码被突出显示的原因?

am I doing something wrong and that is the reason why the code is highlighted?

绿色背景是 PyCharm 用于 doctests 的默认语法高亮显示。所以不,没有错它的目的是帮助区分周围的代码。

Is there a way to remove the green highlighting in the doctest in PyCharm?

是的。您可以通过转到 File > Settings > Editor > Color Scheme > General > Code > Injected language fragment 并更改 Background 值,如屏幕截图所示。