Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change PyCharm code editor background color?

Tags:

pycharm

I would like to change the background color for the PyCharm source code editor. How can I do that?

I am running it under Ubuntu.

like image 959
Fanta Avatar asked May 15 '16 14:05

Fanta


People also ask

Does PyCharm have dark mode?

By default, you can choose between a light, a dark, and a high-contrast theme. You can install other themes as plugins. For more information, see User interface themes. Select this checkbox to let PyCharm detect the current system settings and use the default dark or light theme accordingly.


1 Answers

Providing @Guoliang's helpful comment as a formal answer, as the accepted answer does not answer the question:

Go to Settings > Editor > Colors & Fonts > General

On the right side, expand Text and select Default text

Modify Background as desired.

like image 169
davidA Avatar answered Sep 18 '22 12:09

davidA