Changing Font Color in PyCharm “Run” pane

淺唱寂寞╮ 提交于 2019-12-11 15:56:59

问题


With a dark theme chosen, the "run" pane (not the python "console" nor the "terminal" accessible within PyCharm) shows a very dark font such that it can barely be seen. Switching to a light theme, all is well. I've found help (within Pycharm, here, Google, and YouTube) on setting the font colors for the editor, console, and terminal panes, but not a thing on changing the run-pane colors. Any ideas?


回答1:


FWIW, I am using the Grep Console plugin (in my older 5.0.6 PyCharm Pro version) which also controls the Run panes and has a fairly configurable color scheme (both background and foreground):

This is how the Run pane looks like (snapshot intentionally smudged):




回答2:


I usually just use native Editor settings in the Preferences. So you can try going into the :

  • Preferences > Editor > Color Scheme > Console Colors
  • click on Console Colors and use the menu on the right
  • Console > Backgroud > select prefered color
  • Click Apply to test the color
  • Click OK to save changes

Hope that helps.



来源:https://stackoverflow.com/questions/46945072/changing-font-color-in-pycharm-run-pane

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