Monokai Pro Machine
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Color Palette
fg
bg
cur
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Setup
Run this command in your terminal. Reload open terminals for the theme to take effect.
cmux themes set --dark "Monokai Pro Machine"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f2fffc background = #273136 cursor-color = #b8c4c3 palette = 0=#273136 palette = 1=#ff6d7e palette = 2=#a2e57b palette = 3=#ffed72 palette = 4=#ffb270 palette = 5=#baa0f8 palette = 6=#7cd5f1 palette = 7=#f2fffc palette = 8=#6b7678 palette = 9=#ff6d7e palette = 10=#a2e57b palette = 11=#ffed72 palette = 12=#ffb270 palette = 13=#baa0f8 palette = 14=#7cd5f1 palette = 15=#f2fffc
Similar Themes
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Argonaut
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Ayu
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Blue Dolphin
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world