Could you help me figure out how to change terminal font color in PyCharm. I want to set my terminal color scheme in PyCharm, 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".
Thank you in advance for your help and suggestions.