P-Gn
P-Gn

Reputation: 24581

Changing the background color of matching text in PyCharm

In PyCharm, when I double-click on a word, matching words are highlighted in the document by changing their background color.

How to change this background color?

In Settings > Editor > Colors & Fonts > General > Search Results, I see a Text Search Result that let me change the background of matches when I do explicit searches, but this does not affect the background color of matching words when I simply double-click on them.

Upvotes: 0

Views: 562

Answers (1)

grundic
grundic

Reputation: 4921

You can try changing Identifier under caret setting in Settings -> Editor -> Colors & Fonts -> General -> Code -> Identifier under caret -> Background.

This will change behaviour of putting cursor under some identifier.

Upvotes: 1

Related Questions