Reputation: 2809
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:
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
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
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
Reputation: 553
System Preference -> Accessibility -> Display
Check > Reduce transparency
Upvotes: 0
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