Skip to content

jamesstout/Xcode-Themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xcode-Themes

A Nascent Collection of Xcode Colour Themes

Installation

  1. Make sure ~/Library/Developer/Xcode/UserData/FontAndColorThemes exists, if it doesn't, create it:
DIR="${HOME}/Library/Developer/Xcode/UserData/FontAndColorThemes"

if [[ ! -d "$DIR" ]]; then
    echo "Does not exist. Create and cd to dir"
    mkdir "$DIR" && cd "$_"
else
    echo "Already exists, cd..."
    cd "$DIR" >/dev/null  2>&1 || echo "Error: failed to cd to $DIR!"
fi
  1. Copy a .xccolortheme file into the directory mentioned above.
  2. Restart Xcode.
  3. Select the new theme in the Fonts and Colors pane in Xcode's Preferences.

Releases

No releases published

Packages

No packages published