Hi all, Please consider donating to this or any of my many of opensource projects.
This is a collection of XCode themes I've found elsewhere on GitHub and a few I've made too.
All of them are modified to use Nerd fonts - SauceCodePro ExtraLight because I love it.
The original unmodified source for many of these themes is available at https://github.com/hdoria/xcode-themes.
To install a theme in XCode just copy a .xccolortheme
to XCode's themes folder ($HOME/Library/Developer/Xcode/UserData/FontAndColorThemes/
it may need to be created).
To copy all:
git clone https://github.com/jasonm23/xcode-themes
cd xcode-themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp *.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
If you'd like to contribute a theme to this repo, contributions are welcome, however please follow these guidelines.
-
The theme screenshot/preview should match the style of screenshots already here.
- Have window dimensions of 1920x2036px
- Only show Swift code
- Only show code editor
- Screenshot with shadows enabled.
(If you want to match exactly the code is this)
- The all fonts in the theme must be
SauceCodeProNerdFontComplete---ExtraLight - 18.0
to get merged.