Custom Fonts & Colors palette for Xcode's editor.
The preferred installation method for this Color Schemes is done using the Package (Plug-ins) Manager Alcatraz.
Custom Color Schemes for Xcode are stored in the ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
folder.
All themes in this repository is or will soon be available on Alcatraz.
Once you have Alcatraz installed, installing the theme is done in Xcode's menu Window -> Package Manager
simply by clicking on the Color Scheme you want to add to Xcode. You may need to restart Xcode to see the new themes.
Simply paste this into a new Terminal window :)
git clone https://github.com/gtranchedone/XcodeThemes.git
cd XcodeThemes/
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp *.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cd ..
rm -rf XcodeThemes/