Change the color of __init__ and other predefined elements in Pycharm syntax highlighting

I am colorblind and I can barely make out __init__when it is in the current line where the caret is, as in this example:

enter image description here

I just don’t see this compared to the highlighted “carriage line” background. The same problem for __repr__, __str__and other such predefined elements.

So, I would like to change my color. How should I do it?

I looked at the color settings (Figure below), but I can’t figure out which one to change. None of them seem to be doing what I want.

enter image description here

Yes, I know that I can change the color of the "carriage line", but this is not a viable alternative, because the __init__current color also gives me problems in other circumstances.

+6
1

PyCharm > ...

p > Python.

, __init__, , . __init__, PyCharm " ", ( " " ):

enter image description here

Pycharm Ubuntu. , .

, , , , , > .

(, __len__, __class__ ..), , , - , , , .

+6

Source: https://habr.com/ru/post/1014589/


All Articles