Reputation: 1
When a window is active in xcode project navigator background color blue, and when two or more it is default. How to make that it was always defaulted?
https://i.sstatic.net/kGtaJ.jpg
Upvotes: 0
Views: 2165
Reputation: 1
So, the problem was on the system side. The wallpapers color mixed with color of IDE. I reduced transparency. So that was it.
Upvotes: 0
Reputation: 89509
There's two ways to change colors in Xcode.
First is the "Fonts & Colors" tab in Xcode's preferences, which look like this:
That doesn't change the color of the files in the Project Navigator, though. To do that, in System Preferences there's a tab helpfully named "General", you can change the settings for your system in it. Here's what it looks like for me now:
I chose "Graphite", and that changes selected files in the Project Navigator to have gray surrounding the filenames.
Upvotes: 1