Skip to content

The Monokai Pro color theme, ported to Xcode

License

Notifications You must be signed in to change notification settings

maxpetretta/monokai-pro-xcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monokai Pro for Xcode

A direct port of the Monokai Pro theme from Visual Studio Code to Xcode, courtesy of Transmog.

Example code colored using the theme

Installation

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!

Font Customization

To customize the theme font without losing text styling, the following steps are recommended:

  1. Enable the theme, and change the font ONLY for the Plain Text entry
  2. Quit Xcode, and navigate to ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Monokai\ Pro.xccolortheme
  3. Using your editor of choice, find & replace all instances of SFMono with your preferred font, i.e. FiraCode
  4. Optionally, you can change the default font size of 11.0 using the same method
  5. Save the file, and reopen Xcode 🙌

Credits

Special thanks to Monokai for creating the One True Color Theme <3