Devin Ersoy
Devin Ersoy

Reputation: 364

How to change temporary variable color in PyCharm

On PyCharm, the color for temporary variables are red. Is it possible to change the color for these variables? I am using PyCharm Professional 2020.1.2.

enter image description here

Upvotes: 0

Views: 92

Answers (2)

Balaji Ambresh
Balaji Ambresh

Reputation: 5037

Here you go: Settings > Editor > Color Scheme > Python > Keyword Argument > Foreground

Upvotes: 1

Mihai Chelaru
Mihai Chelaru

Reputation: 8187

Open up File > Settings > Editor > Color Scheme > Python and then change the color of "Keyword argument":

settings screenshot

Upvotes: 1

Related Questions