Skip to content

rauluranga/xcode4themes

 
 

Repository files navigation

Xcode 4 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.

This repository started as a fork from jbrennan's.

The themes

  • Spacedust: This amazing theme was created by Mikael Hallendal (m5h) and its available on his webpage.

    Spacedust spacedust_image

  • 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

  • EGOv2: A theme from Enormego. An Xcode3 version can be found here:

    EGOv2 egov2

  • EGOv2 (Darker): The EGOv2 was too bright for me for some colors, so I toned them down.

    ![EGOv2 (Darker)] egov2dark

  • Morrowind: Great theme based on the Tango palette. By Nate Stedman

    Morrowind morrowind

  • Tomorrow Theme: A Pastel Coloured Editor Theme. Found here

    Tomorrow tomorrow

  • Twilight: Port from Textmate's Twilight theme. Found here

    Twilight twilight

  • XCasts: a dark theme loosely based on Ryan Bates' excellent Railscasts theme for Textmate. Found here

    XCasts

  • ObjectiveSheep: Works especially well if combined with some good Jazz through your headphones… something like Miles Davis’s “Kind of Blue” for example :-). Found here

    ObjectiveSheep objectiveSheep

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.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%