How do you change the font colors for the debug window

I'm using the 2019.2 version of webstorm. I can't find a place to change the font colors for the debug window. i'm using the darcula color theme which causes the debug window to use this weird purple color for variables. It's hard to see with a dark window background. 

0
9 comments

FYI, I searched without success for an answer for this.

0

This color comes from your editor color scheme, Settings | Editor | Color Scheme | Language Defaults, Classes/Instance field. Try changing its foreground to the lighter color

0

I checked this out. That doesn't affect the debug window. That is for the editor window.

0

It does affect the debug window for me...

1

Are you using the same version of webstorm? Are you using the darcula theme?

I changed the color to pinkish color. The editor window reflected the change; the debug window did not. Here are screenshots. Still using weird purple color in debug window.

Setting

result

 

 

0

 

 

Please share a sample project that shows up your issue plus your color scheme (~/Library/Preferences/WebStorm2019.2/colors/<schema_name>.icls)

0
Avatar
Permanently deleted user

I not found this gray dark color to change !
Any idea.

0

The color of variable names in Variables panel is defined in Look&Feel (Preferences | Appearance & Behavior | Appearance, Theme) and thus is hardcoded. The colors used for values (string literals, etc.) depend on chosen editor color scheme and can be customized in Preferences | Editor | Color Scheme

0

I hope this can be of any help. I found by mistake that the accent colors from the plugin Material theme will change the KEY color on the debug windows.

0

Please sign in to leave a comment.