'How to change PhpStorm theme bin/console background color / font color on error

The text is very hard to see in a dark console.

How can I change those colors?

enter image description here

I'm using PhpStorm Darcula Theme



Solution 1:[1]

You have to modify the theme e.g

Open

Preferences -> Editor -> Colors & Fonts -> Console Colors

Then press Save As button and give theme copy name and change the desired color, as given below

enter image description here

Solution 2:[2]

Change gray color in 'Console colors' to F1DDDD, to get same effect as on the image.

UPDATE: now color name is White(Gray) instead of Gray.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2