Stephen J
Stephen J

Reputation: 2397

Restore/reset default Xcode font color scheme?

So I tried to click the "T" and accidentally clicked the "color" box in XCode's preferences for the font.

I was under "Default" already, now I'm trying to restore it. I'm finding this impossible. I got spoiled by the "reset defaults" button that exists in every other program. Anything besides reinstalling?

(yes, I'm partial to the white background that destroys my vision over time).

I've searched google and here for various permutations of this question, no luck. Perhaps there's a config file I need to find.

Upvotes: 48

Views: 15449

Answers (1)

rvalue
rvalue

Reputation: 2762

Creating a new scheme by pressing the [+] button in the bottom of the list allows you to create a new scheme from a selection of the un-modified templates.

So to re-create the original Default scheme, you can just click the [+] button and select Default - it won't copy the scheme you accidentally modified from the list above, but from the original sources.

Upvotes: 113

Related Questions