WebStorm Terminal Color

烈酒焚心 提交于 2020-02-19 09:02:37

问题


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

Does anyone know how I can change this?


回答1:


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

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.




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/23692165/webstorm-terminal-color

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!