Skip to content

Commit

Permalink
Merge pull request #4 from laus102/master
Browse files Browse the repository at this point in the history
Updated the README to reflect changes in Xcode 7.0 - 8.0
  • Loading branch information
b0ti committed Jan 20, 2017
2 parents 58ed516 + 0ea9606 commit 05f4e6a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@ Monokai Revisited Xcode Theme
=======================

Another take on the Monokai theme for Xcode, with a couple of subtle changes like string, project function names and selection coloring.
Preview screenshots include the beautiful [Input] (http://input.fontbureau.com/) font by Font Bureau.
Preview screenshots include the beautiful [Input](http://input.fontbureau.com/) font by Font Bureau.

![Monokai Xcode Theme](http://f.cl.ly/items/2r122h2U0A3Q3L0a1a2l/monokai_revisited_preview.png)

Expand All @@ -13,6 +13,15 @@ Differences
Installation
=======================

**Xcode < 7.0**

1. Copy the theme file to the Xcode's ``FontAndColorThemes`` folder ``(~/Library/Developer/Xcode/UserData/FontAndColorThemes/)``.
2. Restart Xcode.
3. Apply theme.

**Xcode >= 7.0**

1. Change the theme file's extension to ``.xccolortheme``
2. Copy the theme file to the Xcode's ``FontAndColorThemes`` folder ``(/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/Resources/FontAndColorThemes/)``.
3. Restart Xcode.
4. Apply theme.

0 comments on commit 05f4e6a

Please sign in to comment.