https://github.com/kirlovon/monokai-ghostty
Monokai theme for Ghostty terminal.
https://github.com/kirlovon/monokai-ghostty
ghostty ghostty-theme iterm2 iterm2-theme monokai monokai-pro terminal terminal-theme zsh
Last synced: 6 months ago
JSON representation
Monokai theme for Ghostty terminal.
- Host: GitHub
- URL: https://github.com/kirlovon/monokai-ghostty
- Owner: Kirlovon
- License: mit
- Created: 2024-12-29T13:24:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T12:01:41.000Z (8 months ago)
- Last Synced: 2025-03-26T08:01:36.658Z (7 months ago)
- Topics: ghostty, ghostty-theme, iterm2, iterm2-theme, monokai, monokai-pro, terminal, terminal-theme, zsh
- Language: TypeScript
- Homepage:
- Size: 5.62 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Monokai for Ghostty 👻
Monokai themes for [Ghostty](https://github.com/mitchellh/ghostty) terminal. Generated from the official [Monokai Pro](https://monokai.pro/) color schemes for iTerm2, made by [Monokai](https://monokai.com/).
> [!TIP]
> Currently, themes from this repository are also included in the [iTerm2-Color-Schemes](https://github.com/mbadolato/iTerm2-Color-Schemes). Ghostty automatically fetches themes from there, so you don’t need to download anything. Just specify one of the theme names in your config:
> ```ini
> theme = "Monokai Pro" # Or "Monokai Pro Spectrum", "Monokai Pro Light", etc
> ```
| Theme | Preview |
| ---------------------------------------------------------------------------- | ------------------------------------------------ |
| **Monokai Pro**
[Link to file](./Monokai%20Pro) |  |
| **Monokai Classic**
[Link to file](./Monokai%20Classic) |  |
| **Monokai Pro Octagon**
[Link to file](./Monokai%20Pro%20Octagon) |  |
| **Monokai Pro Machine**
[Link to file](./Monokai%20Pro%20Machine) |  |
| **Monokai Pro Ristretto**
[Link to file](./Monokai%20Pro%20Ristretto) |  |
| **Monokai Pro Spectrum**
[Link to file](./Monokai%20Pro%20Spectrum) |  |
| **Monokai Pro Light**
[Link to file](./Monokai%20Pro%20Light) |  |
| **Monokai Pro Light Sun**
[Link to file](./Monokai%20Pro%20Light%20Sun) |  |
## Manual Installation
1. Download the [archive with themes](https://github.com/Kirlovon/monokai-ghostty/releases).
2. Extract theme files to the themes folder:
- **MacOS:** `~/.config/ghostty/themes`.
- **Linux (XDG):** `$XDG_CONFIG_DIR/ghostty/themes`.3. Set the theme in your config file:
```ini
theme = "Monokai Pro" # Or "Monokai Pro Spectrum", "Monokai Pro Light", etc
```
## Building from Source
1. Make sure you have [Deno](https://deno.land/) _(at least v2.0)_ installed.
2. Copy the original `.itermcolors` theme files to the `itermcolors` folder in the repo directory. You can get them from the official [Monokai Pro](https://monokai.pro/iterm) website.
3. Run the generation script:
```bash
deno run --allow-read --allow-write generate.ts
```
## License
> These themes are based on the original [Monokai Pro](https://monokai.pro/iterm) iTerm2 color schemes by [Monokai](https://monokai.com/). All rights to the original color schemes and the **Monokai Pro** trademark belong to the original author.
The code and generated configurations are licensed under the MIT License _(see [LICENSE](./LICENSE) file)_