Ikekz
Ikekz

Reputation: 1

Xcode project navigator background color

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

Answers (2)

Ikekz
Ikekz

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

Michael Dautermann
Michael Dautermann

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: Fonts and Colors 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: General System Preferences

I chose "Graphite", and that changes selected files in the Project Navigator to have gray surrounding the filenames. Two Files Selected

Upvotes: 1

Related Questions