Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you enable colored output in the Run panel?

When I run our Node project at home, I will get the following output in the Run pane:

Uncolored output

But at work, the output will be colored. There are only info items in that shot, but different log levels would have different colors.

Colored output

Colorize console output in Intellij products even suggests that this isn't possible (at least not without plugins), but I only installed WebStorm at work recently and don't have any plugins.

I searched through the settings, but I couldn't find an option that would enable/disable this behavior.

like image 779
Oliver Salzburg Avatar asked Oct 01 '22 23:10

Oliver Salzburg


1 Answers

Preferences > Editor > Colors & Fonts > Console Colors

enter image description here

Are you using custom schema?
Preferences > Editor > Colors & Fonts > Schema name

like image 99
kukido Avatar answered Oct 13 '22 10:10

kukido