🎨 DRL Xcode theme

Durul Dalkanat
1 min readNov 11, 2018

I would like to share my Xcode theme that I use. It is compatible with all versions of Xcode.

Check it out here repo: https://github.com/durul/Xcodetheme

Installation

Using the installation script

$ git clone https://github.com/durul/Xcodetheme.git
$ cd Xcodetheme
$ ./install.sh
  • Restart Xcode
  • Go to preferences and select DRLColors

Installing manually

You can also choose to do things manually if you want:

  1. Clone this repo:
$ git clone https://github.com/durul/Xcodetheme.git

2. Create a folder at this path if it doesn’t exist already:

~/Library/Developer/Xcode/UserData/FontAndColorThemes

3. Copy the file DRLColors.xccolortheme into the above folder.

Alternative way

$ git clone https://github.com/durul/Xcodetheme.git
$ cd Xcodetheme
$ mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
$ cp *.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

Here’s a list for of the color for reference.

Warning:

  • Just make it for free use only.

That’s it. 😃😃😃 Thanks for reading. I hope all these tools will help you to improve your productivity.

If you want to follow me on social media, here are some links: github, twitter, linkedin

You can check my previous articles here.

--

--