This repository contains the Xcode theme that I use. It's based on John Sundell's theme, but uses the awesome FiraCode font.
Feel free to use it or modify it to your liking 👍
If you already have Marathon on your Mac, the easiest way to install this theme is to run the install script. It will install FiraCode font & this Xcode theme for you:
$ marathon run jlnquere/xcodetheme
If you want to install Marathon, you can use homebrew:
$ brew install marathon-swift
You can also choose to do things manually if you want:
- Clone this repo:
$ git clone https://github.com/jlnquere/xcodetheme.git
- Create a folder at this path if it doesn't exist already:
~/Library/Developer/Xcode/UserData/FontAndColorThemes
-
Copy the file
SundellsFiraColors.xccolortheme
into the above folder. -
Download the latest release of Fira Code from its repo.
-
Unzip the font archive and move the files in the
TTF
folder to~/Library/Fonts
.
This Xcode theme is based on John Sundell's work. As he said, this is the result of a long series of tweaking:
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 🙂