cherifya / xcode4themes

Some themes I use for Xcode 4 worth sharing

Home Page:http://nearthespeedoflight.com/article/xcode_4_colour_themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 4 Themes

This repository contains and handful 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.

The themes

  • Solarized Light & Dark: Both themes are based off the amazing work for the original [Solarized theme] solar. Github user varikin [] took the Solarized palette and made the [Solarize Dark theme] varikin for Xcode 4. I forked his repository and added the Solarize Light theme as well. I'm including both in this repository, but both have been pushed back upstream to his repo.

    ![Solarize Light] light ![Solarize Dark] dark

  • Humane (modified): This theme was originally made for Xcode 3 by [Damien Guard] humane. I've made some modifications to it (including a switch to Menlo 12 pt. instead of Panic Sans 11 pt., though the two typefaces are nearly identical).

    ![Humane (Modified)] humane_image

  • ObsidianCode: A theme made by Ben Scheirman. An Xcode 3 version can be found here:

    ![Obsidian] ob

Installation

git clone git@github.com:jbrennan/xcode4themes.git
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.

About

Some themes I use for Xcode 4 worth sharing

http://nearthespeedoflight.com/article/xcode_4_colour_themes