Monokai Pro Light
~/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 --light "Monokai Pro Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #29242a background = #faf4f2 cursor-color = #706b6e palette = 0=#faf4f2 palette = 1=#e14775 palette = 2=#269d69 palette = 3=#cc7a0a palette = 4=#e16032 palette = 5=#7058be palette = 6=#1c8ca8 palette = 7=#29242a palette = 8=#a59fa0 palette = 9=#e14775 palette = 10=#269d69 palette = 11=#cc7a0a palette = 12=#e16032 palette = 13=#7058be palette = 14=#1c8ca8 palette = 15=#29242a
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
Belafonte Day
~/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
Breadog
~/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
Gruvbox Material Light
~/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