Page 1 of 1

Console text settings (color, size)

Posted: Fri Mar 15, 2019 10:40 am
by binoyte
Hi

Is there a setting for the console colors ? I am a bit colorblind thus I've difficulties to read the red text.

How to increase font size ?

thanks

Re: Console text settings (color, size)

Posted: Fri Mar 15, 2019 11:05 am
by andrew
The red of the errors and blue of the commands is not configurable.

You can adjust the background color in your theme using this stylesheet in themes/MyTheme/stylesheet.css:

Code: Select all

QTextEdit#History {
    background-color: white;
}