Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm Terminal Color

Tags:

webstorm

I'm getting this unbearable white background in my Idea terminal. (WebStorm)

Does anyone know how I can change this?

enter image description here

like image 202
dk123 Avatar asked May 16 '14 03:05

dk123


People also ask

How do I change the color of my WebStorm Terminal?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme. Select the setting pages related to consoles: Console Colors.

How do I change the theme on WebStorm?

Change the UI themeIn the Settings/Preferences dialog ( Ctrl+Alt+S ), select Appearance & Behavior | Appearance. Alternatively, press Ctrl+` and select Theme from the Switch list.

How do I clear the Terminal in WebStorm?

on the title bar of the Terminal tool window and clear the Run Commands using IDE option. Alternatively, open the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Tools | Terminal, and clear the Run Commands using IDE checkbox.


2 Answers

Open File > Settings, and head to the Editor section > Colors & Fonts section. There, you'll see the Console Colors option.

enter image description here

Here, you'll get an interactive edit screen to determine what you want those console colors to look like. Click on the one that's most afflicted and edit its background color to match that of the console window.

Alternatively, if this is from a vanilla installation of your IDE, consider filing a bug against it.

like image 178
Makoto Avatar answered Oct 06 '22 11:10

Makoto


Perhaps, you've changed color scheme of cmd. Delete the entire HKEY_CURRENT_USER\Console key from the registry, it sets your cmd settings to defaults and fixes this bug.

like image 41
rawllick Avatar answered Oct 06 '22 10:10

rawllick