Search code examples
pycharmbackground-color

Change all Jupyter notebook background colors in PyCharm to white


I've somehow changed the appearance of my PyCharm environment and now because my screen is not very bright I don't see a thing when it's sunny day.

It looks like this now: enter image description here

So, I thought that changing theme from Darcula will help: enter image description here

But the result is even worse: enter image description here

I know that it's impossible to change output color from black but I think all other could be feasible. Could you give me steps to revert to default apperance? Normal white notebook would be best. Thanks.


Solution

  • In PyCharm 2019.1 to change the background color of the selected cell of a Jupyter notebook I did PyCharm > Preferences > Editor > Color Scheme > Jupyter > Selected Cell and unticked Background

    PyCharm settings change Jupyter Selected Cell background color