Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesstout/xcode-themes
Xcode-Themes
https://github.com/jamesstout/xcode-themes
xcode xcode-color-theme
Last synced: 17 days ago
JSON representation
Xcode-Themes
- Host: GitHub
- URL: https://github.com/jamesstout/xcode-themes
- Owner: jamesstout
- License: mit
- Created: 2018-09-30T19:34:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T21:59:39.000Z (over 6 years ago)
- Last Synced: 2024-11-30T00:26:26.668Z (3 months ago)
- Topics: xcode, xcode-color-theme
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
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
```2. Copy a `.xccolortheme` file into the directory mentioned above.
3. Restart Xcode.
4. Select the new theme in the Fonts and Colors pane in Xcode's Preferences.