Tooblippe
Tooblippe

Reputation: 3701

Change file tab colour - PyCharm

How do I change the color of the filename as on the picture...

enter image description here

Upvotes: 0

Views: 194

Answers (1)

Jordan
Jordan

Reputation: 21

Pycharm will automatically change the color of tabs in your projects to give you useful information via color changes (in particular with git integration). Refer to this page for more info: Pycharm tab colors

Upvotes: 2

Related Questions