Monokai Pro Light Sun
~/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 Sun"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #2c232e background = #f8efe7 cursor-color = #72696d palette = 0=#f8efe7 palette = 1=#ce4770 palette = 2=#218871 palette = 3=#b16803 palette = 4=#d4572b palette = 5=#6851a2 palette = 6=#2473b6 palette = 7=#2c232e palette = 8=#a59c9c palette = 9=#ce4770 palette = 10=#218871 palette = 11=#b16803 palette = 12=#d4572b palette = 13=#6851a2 palette = 14=#2473b6 palette = 15=#2c232e
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
Catppuccin Latte
~/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