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

3

31

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

Odaodab answered 1/7, 2013 at 1:15 Comment(0)
O
46

Under settings:

IDE Settings
    |
    Editor
       |
       Colors & Fonts
           |
           General
              |
              Caret Row
Odaodab answered 1/7, 2013 at 1:19 Comment(2)
For PyCharm 5 on Mac its found in the PyCharm->Preferences->Editor->Colors & Fonts->General->Editor->Caret RowExurb
Thanks for pointing that out. Another way that seems like it should always work is just searching settings for caret rowOdaodab
R
8
  1. PyCharm
  2. Preferences
  3. Editor
  4. Colors & Fonts
  5. General
  6. Editor
  7. Caret Row

1

Royden answered 2/5, 2016 at 23:2 Comment(0)
P
1

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

Pharmacist answered 25/5, 2019 at 13:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.