Color blindness and Windows command prompt

2

I have a very hard time reading red letters on a black background, a combination that is used frequently by several command line tools that I use on windows.

I can remove the colored output by running color as I learned in https://superuser.com/a/158766/172047. So the price I pay to read the highlighted text is having to remove it's highlighting.

In my case, the problem would be solved if I could tell cmd.exe to use 'light red' instead of plain 'red' (color 0C is readable for me, while color 04 is unreadable). Can this be done?

Red on black screenshot

Update: Thanks for suggesting me to change my background color. I used to have it set to blue, that provides me a slightly better experience when the foreground color is red. Unfortunately, I use some tools that decide to change the background color without asking for my opinion (e.g. some grunt plugins), or that have proven to be hard to use with a blue background. That's why I'd like to just be able to tell windows that 'light-red is the new red'.

Grunt ignoring my background color

xverges

Posted 2014-07-29T11:28:33.790

Reputation: 361

Possible duplicate: How did I change color scheme of command prompt?

– and31415 – 2014-07-29T11:44:51.937

1Why not change the screen background to one that works easier for you? My intuition says if only certain apps do this it is in that code to use that color for the font... Or find an alternative terminal. – Austin T French – 2014-07-29T11:45:30.947

Answers

2

I don't believe there is an option of changing the specific text colour called by a program run in Command Prompt as this is set by the programs code.

Your best option would be to change the background colour to something more legible, taking into account this colour, this is done as follows:-

Open Command Prompt and right click anywhere along the top bar, then select Properties.

enter image description here

Navigate to the Colors tab, here you can select a new background colour (even a new text colour), there is a preview here too, so you can adjust it until it is most visible to your specific colour blindness.

enter image description here

Here is an example of a more visible colour, it also makes your shell experience funky fresh!

enter image description here

YetiFiasco

Posted 2014-07-29T11:28:33.790

Reputation: 510