Monokai Pro
~/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"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #fcfcfa background = #2d2a2e cursor-color = #c1c0c0 palette = 0=#2d2a2e palette = 1=#ff6188 palette = 2=#a9dc76 palette = 3=#ffd866 palette = 4=#fc9867 palette = 5=#ab9df2 palette = 6=#78dce8 palette = 7=#fcfcfa palette = 8=#727072 palette = 9=#ff6188 palette = 10=#a9dc76 palette = 11=#ffd866 palette = 12=#fc9867 palette = 13=#ab9df2 palette = 14=#78dce8 palette = 15=#fcfcfa
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
IC Orange PPL
~/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
Monokai Classic
~/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
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