Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change terminal font color in PyCharm?

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

like image 964
sambo9 Avatar asked Apr 14 '16 16:04

sambo9


Video Answer


1 Answers

Changing colour in

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

should change the terminal font's colour.

like image 132
Manoj Tyagi Avatar answered Sep 27 '22 22:09

Manoj Tyagi