Skip to content

Kirlovon/monokai-ghostty

Repository files navigation

Theme Preview

Monokai for Ghostty 👻

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 Pro
Monokai Classic
Link to file
Monokai Classic
Monokai Pro Octagon
Link to file
Octagon
Monokai Pro Machine
Link to file
Machine
Monokai Pro Ristretto
Link to file
Ristretto
Monokai Pro Spectrum
Link to file
Spectrum
Monokai Pro Light
Link to file
Light
Monokai Pro Light Sun
Link to file
Sun

Manual Installation

  1. Download the archive with themes.

  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:

    theme = "Monokai Pro" # Or "Monokai Pro Spectrum", "Monokai Pro Light", etc

Building from Source

  1. Make sure you have Deno (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 website.

  3. Run the generation script:

    deno run --allow-read --allow-write generate.ts

License

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)