maxpetretta / monokai-pro-xcode

The Monokai Pro color theme, ported to Xcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Monokai Pro color theme, ported to Xcode

License:MIT License


Languages

Language:Shell 100.0%