An open API service indexing awesome lists of open source software.

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

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

Monokai Pro


Monokai Pro (Filter Machine)

Monokai Pro (Filter Machine)


Monokai Pro (Filter Octagon)

Monokai Pro (Filter Octagon)


Monokai Pro (Filter Ristretto)

Monokai Pro (Filter Ristretto)




Monokai Pro (Filter Spectrum)

Monokai Pro (Filter Spectrum)


Monokai Classic

Monokai Classic


Monokai Light

Monokai Light


Monokai Light (Filter Sun)

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**.