https://github.com/inekipelov/monokai-pro-xcode
Monokai Pro ported to Xcode
https://github.com/inekipelov/monokai-pro-xcode
monokai monokai-theme xccolortheme xcode xcodetheme
Last synced: 5 months ago
JSON representation
Monokai Pro ported to Xcode
- Host: GitHub
- URL: https://github.com/inekipelov/monokai-pro-xcode
- Owner: inekipelov
- License: unlicense
- Created: 2025-10-02T12:16:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T13:11:04.000Z (6 months ago)
- Last Synced: 2025-10-02T14:26:54.725Z (6 months ago)
- Topics: monokai, monokai-theme, xccolortheme, xcode, xcodetheme
- Language: Swift
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monokai Pro for Xcode
A collection of Monokai Pro color themes packaged for Xcode, now distributable through the Swift Package Manager and accompanied by a Swift installer script.
Original color themes by [Monokai Pro](https://monokai.pro).
## Themes
The package includes the following variants:
- Monokai Classic
- Monokai Light
- Monokai Light (Filter Sun)
- Monokai Pro
- Monokai Pro (Filter Machine)
- Monokai Pro (Filter Octagon)
- Monokai Pro (Filter Ristretto)
- Monokai Pro (Filter Spectrum)
## Preview

Monokai Pro
%20Preview.png)
Monokai Pro (Filter Machine)
%20Preview.png)
Monokai Pro (Filter Octagon)
%20Preview.png)
Monokai Pro (Filter Ristretto)
%20Preview.png)
Monokai Pro (Filter Spectrum)

Monokai Classic

Monokai Light
%20Preview.png)
Monokai Light (Filter Sun)
## Installation
### Swift Package Manager
```
# Clone the repository
$ git clone https://github.com/inekipelov/monokai-pro-xcode.git
$ cd monokai-pro-xcode
# Run the installer
$ swift run monokai-pro-xcode
```
By default the installer copies all bundled themes to:
```
~/Library/Developer/Xcode/UserData/FontAndColorThemes
```
#### Options
- `--destination ` – copy the themes to a custom directory.
- `--dry-run` – list the actions without copying files.
- `--help`/`-h` – show the help message.
### Manual Installation
1. Copy the `.xccolortheme` files from `Sources/MonokaiProXcode/Themes`.
2. Paste them into `~/Library/Developer/Xcode/UserData/FontAndColorThemes`.
3. Restart Xcode and select the theme in **Preferences → Themes**.