Originally a project of John Sundell, 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 to clone this repo and execute swift run
:
$ git clone https://github.com/default/XcodeTheme.git
$ cd XcodeTheme
$ swift run
This will install Adobe's Source Code Pro font and this Xcode theme for you. Afterward, you can remove the downloaded folder:
$ cd ..
$ rm -rf XcodeTheme
You can also choose to do things manually if you want:
- Clone this repo:
$ git clone https://github.com/default/xcodetheme.git
- Create a folder at this path if it doesn't exist already:
~/Library/Developer/Xcode/UserData/FontAndColorThemes
-
Copy the file
EBDOKUM.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 particular color theme is the result of careful tweaking of Xcode's Dusk
color theme. Colors are made to look distinctly unique to every category for a better and quicker overview. The font used here is the Adobe's Source Code Pro.