Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 592 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 592 Bytes

Xcode themes

  • Twilight: Based on TextMate's Twilight theme.
  • BiasedBit: 'cause I like those colors.

Installation

On a terminal, run the following:

$ mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
$ cd ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
$ curl -OL https://raw.github.com/brunodecarvalho/xcode-themes/master/Twilight.dvtcolortheme
$ curl -OL https://raw.github.com/brunodecarvalho/xcode-themes/master/BiasedBit.dvtcolortheme

Restart Xcode, open Preferences cmd+,, Fonts & Colors and select 'Twilight' or 'BiasedBit'