Last active
November 22, 2017 21:29
-
-
Save vvit/34335fa3b29c59bbda4d97dc3062aa4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes; | |
cd ~/Library/Developer/Xcode/UserData/FontAndColorThemes; | |
curl -O https://dl.dropboxusercontent.com/u/1983175/EGOv2.dvtcolortheme | |
Now just restart Xcode, go to Preferences > Fonts & Colors, and select "EGO" or "EGOv2" from the color theme drop down. | |
http://developers.enormego.com/view/ego_xcode_theme_for_xcode_4_egov2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment