How to change terminal font color in PyCharm?

10,746

Solution 1

Changing colour in

Preferences->Editor->Color Scheme->Console Colors->Standard Output

should change the terminal font's colour.

Solution 2

I suppose it happened on Windows. If yes then it is affected/controlled by Windows registry. Try one of the following method:

  1. Open Windows cmd and from drop down menu selects defaults. Then change the Text and Background colors to match your choice in PyCharm. The problem occurs if you have different color settings in Windows cmd instead of default.
  2. Delete HKEY_CURRENT_USER\Console key from Windows registry.

More information available on this link

Share:
10,746
sambo9
Author by

sambo9

Updated on July 10, 2022

Comments

  • sambo9
    sambo9 almost 2 years

    I want to set my terminal color scheme, such that I will have black text on light background (white or light yellow for example).

    I changed "Console Colors" settings, such as Background, Standard output, and System output, under Editor > Colors & Fonts > Console Colors, but I keep running into the same problem.

    If I change Background color to let's say white. It also changes text (Standard output and my user input to the same color). I can't figure out, which setting controls the color of the font, which appears in the terminal window. In fact, it appears that font color is the same as background color, which is confusing to me. I would expect to be able to independently control background color, and font color, which to me represents "Foreground".

    <my terminal window screen shot