CuriousMind
CuriousMind

Reputation: 15808

IntelliJ -- how to highlight modified files that are under version control

My IntelliJ by default shows the modified files in blue and the unmodified files in black. It's not very sharp contrast so it slightly annoys me.

Where do I configure the appearance? I want to further highlight the modified files under the version control.

[UPDATE]

I found it following the answer, but many features were grayed out... why is that?

enter image description here

Upvotes: 2

Views: 1989

Answers (2)

Jason
Jason

Reputation: 11822

Partially covered in the answer by @Marv:

Go to Preferences -> Editor -> Colors & Conts -> File Status, here you can customize the appearance of file names depending on their statuses.

You can also set the background in Preferences -> Appearance & Behaviour -> File Colors if you want more emphasis.

Upvotes: 1

Marv
Marv

Reputation: 3557

Go to Settings -> Editor -> Colors & Fonts -> File Status, here you can customize the appearance of file names depending on their statuses. See File Status Highlights in the IntelliJ documentation for more information.

Upvotes: 3

Related Questions