• Stars
    star
    182
  • Rank 211,154 (Top 5 %)
  • Language
    Ruby
  • Created over 13 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Some themes I use for Xcode 4 worth sharing

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 [email protected]: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.

More Repositories

1

swift-tips

Tips for people learning Swift. This is intended to be a living document. Not that documents can really live. At least not marry probably.
164
star
2

JBShellView

A command shell for Cocoa implemented as an NSTextView subclass.
Objective-C
32
star
3

SmolHTML

A smol web browser engine written from scratch in Swift
HTML
25
star
4

ModernCocoaText

Let's be smarter about how text is entered. Humans use your software, make your text entry humane!
Objective-C
16
star
5

druthers-one

If I had my druthers....a programming language made during Khan Academy's 2014 Hack Week.
Swift
15
star
6

smalltalk-readinglist

A history of Smalltalk presented as an infographic
10
star
7

style

โ€œThe Programmatic Elements of Styleโ€, an Objective-C style guide (slightly outdated)
10
star
8

toy_compiler

Toy compiler built using LLVM and by following a tutorial.
C++
8
star
9

JBContainedURLConnection

A wrapper class around NSURLConnection including a Block object completion handler or a simplified set of delegate callbacks. Requires iOS5+
Objective-C
8
star
10

Safari-History-Merger

Intelligently merges two Safari "History.plist" files together (only once!)
Objective-C
5
star
11

BrennanExpressionParser

Brennan's Expression Parser: Give it math, get back an answer.
Objective-C
5
star
12

CocoaToolbox

Yeah, another framework of helpers for Cocoa projects. Something something not invented here
Objective-C
4
star
13

presentations

All presentations I give
4
star
14

hci

Ruby
3
star
15

GCExpressionParser

A mathematics expression parser written by Graham Cox.
Objective-C
3
star
16

ObjectiveNext

What a better Objective C could look like. Try to look beyond it.
3
star
17

webapp

A template project for creating Sinatra ruby webapps.
JavaScript
3
star
18

swift-style-guide

A style guide...for Swift!
3
star
19

Balance-Book

iOS app to manage finances (it was my first iOS app, written in 2008). Posting it mainly for hilarity's sake.
Objective-C
2
star
20

MagicAutoLayout

Magically do all kinds of Auto Layout layouts
2
star
21

Editor

My very simple editing app for writing and publishing articles for my website. Probably not useful to anybody but me for now.
Objective-C
2
star
22

Parseque

A small parser combinator library, just because
Swift
2
star
23

markaside

Markdown parsing with sidenotes
Ruby
2
star
24

dotfiles

Files that start with dots!
1
star
25

Lecture12

Stuff for class. Don't steal music.
Objective-C
1
star
26

cubook_jstp

The JSTP-based CUBook API
1
star
27

Editor-2

The second version of my unfinished Article-writing app
Objective-C
1
star
28

Scrubbing-Calculator

Old project playing around implementing something like Bret Victor's Scrubbing Calculator
Objective-C
1
star
29

GraphicalMath

Let's make the graphical form of Math be its true form
Objective-C
1
star
30

COMP4807

The final project
Java
1
star
31

programming_paradigms

Hosting for my 'Programming Paradigms' (Carleton COMP 3007) course assignments. Crappy code. Cheat at your own risk.
Racket
1
star