恢复/重置默认的 Xcode 字体配色方案?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16745137/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 03:25:40  来源:igfitidea点击:

Restore/reset default Xcode font color scheme?

xcode

提问by Stephen J

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

所以我试图点击“T”,不小心点击了 XCode 字体首选项中的“颜色”框。

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.

我已经在谷歌和这里搜索了这个问题的各种排列,没有运气。也许我需要找到一个配置文件。

回答by rvalue

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 Defaultscheme, 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.

因此,要重新创建原始Default方案,您只需单击[+]按钮并选择Default- 它不会从上面的列表中复制您不小心修改的方案,而是从原始来源复制。