notbad.jpeg
notbad.jpeg

Reputation: 3368

How do I change the current line highlight background in PyCharm?

The question says it all. I need the place to style the current line highlight.

Upvotes: 31

Views: 11623

Answers (3)

Michael Goldshteyn
Michael Goldshteyn

Reputation: 74450

On a more modern version of PyCharm, it is found in the Settings under Editor > Color Scheme > General | Caret row.

To remove the highlight, go to File / Settings (Ctrl+Alt+s [PC] / Ctrl++s [Mac]) and uncheck the Background checkbox as shown in the image below:

IDE settings dialogue

Upvotes: 1

ZigZag
ZigZag

Reputation: 625

  1. PyCharm
  2. Preferences
  3. Editor
  4. Colors & Fonts
  5. General
  6. Editor
  7. Caret Row

1

Upvotes: 8

notbad.jpeg
notbad.jpeg

Reputation: 3368

Under settings:

IDE Settings
    |
    Editor
       |
       Colors & Fonts
           |
           General
              |
              Caret Row

Upvotes: 46

Related Questions