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

Question:

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

Asked By: notbad.jpeg

||

Answers:

Under settings:

IDE Settings
    |
    Editor
       |
       Colors & Fonts
           |
           General
              |
              Caret Row
Answered By: notbad.jpeg
  1. PyCharm
  2. Preferences
  3. Editor
  4. Colors & Fonts
  5. General
  6. Editor
  7. Caret Row

1

Answered By: ZigZag

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

Answered By: Michael Goldshteyn
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.