Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hdoria committed Oct 22, 2013
1 parent 1b48474 commit 9c91bb2
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
Xcode 4 Themes
Xcode Themes
==============

This repository contains some themes I've found useful when working with Xcode 4, in addition to a Ruby script I've discovered to help convert Xcode 3 themes into the format required by Xcode 4.

These themes were not created by me. I found them all over the net.

The themes
----------

* Blackboard

![Blackboard]
Expand Down Expand Up @@ -116,15 +109,6 @@ Installation
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp *.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

Converting Xcode 3 themes
-----------------
The Ruby script (which is public domain) was found [here] [script] and is being included for convenience. To use it, do the following:

1. Install the plist gem with `sudo gem install plist`
2. Run the script with `./dvtcolorconvert.rb ~/Library/Application Support/Xcode/Color Themes/yourXcode3Theme.xccolortheme` (this directory won't exist unless you've made custom themes for Xcode 3, which could be as simple as duplicating an existing theme).
3. The converted theme will be in the same directory as the original.
4. As with installing the other themes, simply copy the converted theme to `~/Library/Developer/Xcode/UserData/FontAndColorThemes/`.
5. Restart Xcode 4.

[Blackboard]: http://s11.postimage.org/n1htzhccj/Blackboard.png
[CoalGraal]: http://s11.postimage.org/m0hlacvcz/Coal_Graal.png
Expand Down

0 comments on commit 9c91bb2

Please sign in to comment.