One Dark Theme for Xcode
⚫️ One Dark Theme (for Xcode)
This is a port of xcode-one-dark
Screenshot
Installation
Swift Package Manager (Easiest way – Recommended)
- Clone the repo
- Execute
swift run
git clone https://github.com/JohnSundell/XcodeTheme.git
cd OneDarkTheme
swift run
Under the hood it will install Fira Code font too.
- (Optional) Remove the cloned project
cd ..
rm -rf XcodeTheme
Manual
- Download Fira Code
- Add the fonts from
ttffolder into yourFont Bookapp - Download and uncompress
OneDarkTheme - Copy
One Dark.xccolorthemeinto~/Library/Developer/Xcode/UserData/FontAndColorThemes- If
UserDataand/orFontAndColorThemesdon’t exist, just create them.
- If
- Open Xcode
- Close it if it was already opened then open it again.
- Go to Preferences -> Themes
- Select
One Darktheme.
Attributions
- Bojan Dimovski, for making a nice theme accessible for the iOS community.
- John Sundell, because thanks to his libraries and its own theme, made this great installation process easier.