A direct port of the Monokai Pro theme from Visual Studio Code to Xcode, courtesy of Transmog.
Run the following commands to install the theme. Xcode is required:
git clone https://github.com/maxpetretta/monokai-pro-xcode.git
cd monokai-pro-xcode/ && sh ./install.sh
Restart Xcode and select the theme!
To customize the theme font without losing text styling, the following steps are recommended:
- Enable the theme, and change the font ONLY for the
Plain Text
entry - Quit Xcode, and navigate to
~/Library/Developer/Xcode/UserData/FontAndColorThemes/Monokai\ Pro.xccolortheme
- Using your editor of choice, find & replace all instances of
SFMono
with your preferred font, i.e.FiraCode
- Optionally, you can change the default font size of
11.0
using the same method - Save the file, and reopen Xcode 🙌
Special thanks to Monokai for creating the One True Color Theme <3