This repository contains the Xcode theme that I use. Feel free to use it or modify it to your liking 👍
The easiest way to install this Xcode theme is using Marathon:
- Install the latest version of Marathon if you haven't already:
$ brew install marathon-swift
- Run the install script which will install Adobe's Source Code Pro font & this Xcode theme for you:
$ marathon run johnsundell/xcodetheme
You can also choose to do things manually if you want:
- Clone this repo:
$ git clone https://github.com/johnsundell/xcodetheme.git
- Create a folder at this path if it doesn't exist already:
~/Library/Developer/Xcode/UserData/FontAndColorThemes
-
Copy the file
SundellsColors.xccolortheme
into the above folder. -
Download the latest release of Source Code Pro from its repo.
-
Unzip the font archive and move the files in the
TTF
folder to~/Library/Fonts
. -
Should've used the install script, right? 😉
This Xcode theme is the result of years of tweaks and modifications to some version of a "Solarized" theme. I have no idea where I got the original material for this theme from, but if you recognize some aspect of this theme as coming from something you made, feel free to open an issue and I'll gladly add attributions to you 🙂