dk123
dk123

Reputation: 19690

WebStorm Terminal Color

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

Does anyone know how I can change this?

enter image description here

Upvotes: 21

Views: 22511

Answers (4)

davidauza.engineer
davidauza.engineer

Reputation: 299

I fixed this in WebStorm 2023.2.1 by doing

Settings > Editor > Color Scheme > [The name of my Theme] > Apply > OK

Related issue:

https://github.com/Shubham076/Dark-Themes/issues/1

Upvotes: 0

Vlad Bezden
Vlad Bezden

Reputation: 89509

Open Registry and navigate to

HKEY_CURRENT_USER\Console

and remove

ScreenColors

key

This will reset color settings of your "cmd" window as well. However till JetBrains fixes this issue there is no other way around.

Upvotes: 9

rawllick
rawllick

Reputation: 146

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.

Upvotes: 11

Makoto
Makoto

Reputation: 106389

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.

Upvotes: 26

Related Questions