syedfa
syedfa

Reputation: 2809

Want to change colour of Xcode highlighted files in Project Navigator

I have a rather simple question. For some reason, I have discovered that when I highlight a file in Xcode in the Project Navigator, the highlighted file is white, instead of dark black. Is there a way for me to change this?

Here is an example of what is happening:

enter image description here

As you can see, the file that is selected is highlighted as white, and I want it to be black as it always used to be. Is this possible?

Upvotes: 6

Views: 1955

Answers (5)

Sam
Sam

Reputation: 541

Go to > System Preference > Accessibility > Display

Check > Reduce transparency

By Default, its already turned off. You just need to turn it ON and back to OFF. It works.

Upvotes: 0

4bottiglie
4bottiglie

Reputation: 540

In my case I was using multiple tabs. I just closed all the tabs leaving only one opened. It's a very dangerous bug, it reverted my info.plist file to an older version.

Upvotes: 0

Kakashi
Kakashi

Reputation: 553

System Preference -> Accessibility -> Display

Check > Reduce transparency

enter image description here

Upvotes: 0

Constantine
Constantine

Reputation: 781

This Is a common Xcode problem.

You can easily fix it when it happens by pressing Cmd+0 two times (one to hide the Navigator and one to show it again).

Upvotes: 23

ruikye
ruikye

Reputation: 1

Turn off reduce transparency can fix it! It's works for me.

Upvotes: 0

Related Questions