Search code examples
pycharm

Selecting text in PyCharm


I'm using PyCharm for a while, and it is a great IDE, but one thing is driving me crazy. I'm using Darcula theme, and in some windows text selection is barely visible. See screen shot below (taken from refactoring window):
Refactor window selection
Test is selected.

I've looked up in settings, but haven't found any option to change it. I want to all selections look like below:
Search window

Is there any way to change it without changing theme?


Solution

  • You can change the color of the highlight by going into the Pycharm>Preferences>Editor>Color & Fonts. Then select the highlight color which you want to change. Hope this helps.