You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure ~/Library/Developer/Xcode/UserData/FontAndColorThemes exists, if it doesn't, create it:
DIR="${HOME}/Library/Developer/Xcode/UserData/FontAndColorThemes"if [[ !-d"$DIR" ]];thenecho"Does not exist. Create and cd to dir"
mkdir "$DIR"&&cd"$_"elseecho"Already exists, cd..."cd"$DIR">/dev/null 2>&1||echo"Error: failed to cd to $DIR!"fi
Copy a .xccolortheme file into the directory mentioned above.
Restart Xcode.
Select the new theme in the Fonts and Colors pane in Xcode's Preferences.