Monokai themes for Ghostty terminal. Generated from the official Monokai Pro color schemes for iTerm2, made by Monokai.
Tip
Currently, themes from this repository are also included in the 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:
theme = "Monokai Pro" # Or "Monokai Pro Spectrum", "Monokai Pro Light", etc
Theme | Preview |
---|---|
Monokai Pro Link to file |
|
Monokai Classic Link to file |
|
Monokai Pro Octagon Link to file |
|
Monokai Pro Machine Link to file |
|
Monokai Pro Ristretto Link to file |
|
Monokai Pro Spectrum Link to file |
|
Monokai Pro Light Link to file |
|
Monokai Pro Light Sun Link to file |
-
Download the archive with themes.
-
Extract theme files to the themes folder:
- MacOS:
~/.config/ghostty/themes
. - Linux (XDG):
$XDG_CONFIG_DIR/ghostty/themes
.
- MacOS:
-
Set the theme in your config file:
theme = "Monokai Pro" # Or "Monokai Pro Spectrum", "Monokai Pro Light", etc
-
Make sure you have Deno (at least v2.0) installed.
-
Copy the original
.itermcolors
theme files to theitermcolors
folder in the repo directory. You can get them from the official Monokai Pro website. -
Run the generation script:
deno run --allow-read --allow-write generate.ts
These themes are based on the original Monokai Pro iTerm2 color schemes by Monokai. 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 file)