Console text settings (color, size)

Please use this forum to post feedback and suggestions related to QCAD.

Moderator: andrew

Post Reply
binoyte
Newbie Member
Posts: 5
Joined: Thu Mar 14, 2019 1:54 pm

Console text settings (color, size)

Post by binoyte » Fri Mar 15, 2019 10:40 am

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

User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Re: Console text settings (color, size)

Post by andrew » Fri Mar 15, 2019 11:05 am

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;
}

Post Reply

Return to “QCAD Suggestions and Feedback”