Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

phpstorm

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

like image 271
JorgeeFG Avatar asked Feb 23 '17 01:02

JorgeeFG


2 Answers

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

like image 100
Volex Avatar answered Oct 25 '22 01:10

Volex


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

like image 37
sakhunzai Avatar answered Oct 24 '22 23:10

sakhunzai