Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install themes on XCode 4.3.2?

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

like image 431
Sveta Avatar asked Apr 16 '12 10:04

Sveta


People also ask

How do I change my Xcode theme?

Go to Settings (Preferences) | Plugins, find the theme plugin, and install it. Restart the IDE. Go to Settings (Preferences) | Appearance & Behavior | Appearance and select Xcode-Dark in the Theme dropdown.

How do I change my color scheme in Xcode?

Xcode Getting started with Xcode Changing The Color SchemeWith the preference pane open you can click on the 'Fonts and Colors' tab. From here you can change the source AND console background and font colors.


2 Answers

Download that Spacedust.dvtcolortheme and save it under:

~/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.

Then restart Xcode.

like image 99
Andy Friese Avatar answered Sep 25 '22 06:09

Andy Friese


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

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

like image 35
subhash kumar singh Avatar answered Sep 24 '22 06:09

subhash kumar singh