Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change function call text color of Python in PyCharm?

Tags:

python

pycharm

Is there a way to change function call text color of Python in PyCharm?

After searching preference menu, I only found function definition color option in Python. There is a function call color option in Lanuguage Defaults, But It not work for my Python code.

enter image description here

like image 852
ooOlly Avatar asked Oct 16 '25 22:10

ooOlly


1 Answers

you can go to the :

settings > color Schemas > python and select Function call . so in the right side, unchecked Inherit values from and select a custom color Foreground and Background.

enter image description here

like image 190
Alihossein shahabi Avatar answered Oct 18 '25 13:10

Alihossein shahabi