如何在 XCode 4.3.2 上安装主题?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10172336/
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-09 04:22:32  来源:igfitidea点击:

How can I install themes on XCode 4.3.2?

xcodethemesxcode4.3

提问by Sveta

How can I install this theme http://simplyhacking.com/spacedust-xcode-theme-for-xcode-4.htmlon XCode 4.3.2?

如何在 XCode 4.3.2 上安装这个主题http://simplyhacking.com/spacedust-xcode-theme-for-xcode-4.html

回答by Andy Friese

Download that Spacedust.dvtcolortheme and save it under:

下载 Spacedust.dvtcolortheme 并将其保存在:

~/Library/Developer/Xcode/UserData/FontAndColorThemes

It might be that this folder doesn't exist yet if you never copied an existing Colortheme in the preferences of Xcode. In that case: simply create that directory.

如果您从未在 Xcode 的首选项中复制现有的 Colortheme,则该文件夹可能还不存在。在这种情况下:只需创建该目录。

Then restart Xcode.

然后重新启动Xcode。

回答by subhash kumar singh

I wanted to add one more little information that after adding the theme to FontAndColorThemes folder and restarting xcode4, go to Fonts & Colors.

我想再添加一个小信息,在将主题添加到 FontAndColorThemes 文件夹并重新启动 xcode4 后,转到字体和颜色。

you should see it under :

你应该在下面看到它:

Preferences -> Fonts & Colors.

首选项 -> 字体和颜色。

select your theme and enjoy the theme.

选择您的主题并享受主题。

ref : http://superqichi.com/add-new-theme-to-xcode-4

参考:http: //superqichi.com/add-new-theme-to-xcode-4

回答by Greg

ThemeInstaller is an easy app for installing themes in Xcode. Having ThemeInstaller all you need to do is to open an .dvtcolortheme, or go to codethemes.net and press "install" under any of your choice. In Xcode you need to press "cmd" + "," and there you have all of your installed themes.

ThemeInstaller 是一个简单的应用程序,用于在 Xcode 中安装主题。拥有 ThemeInstaller,您所需要做的就是打开一个 .dvtcolortheme,或者转到 codethemes.net 并在您选择的任何选项下按“安装”。在 Xcode 中,您需要按“cmd”+“,”,然后您就拥有了所有已安装的主题。