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 "Pro Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #191919 background = #ffffff cursor-color = #4d4d4d palette = 0=#000000 palette = 1=#e5492b palette = 2=#50d148 palette = 3=#c6c440 palette = 4=#3b75ff palette = 5=#ed66e8 palette = 6=#4ed2de palette = 7=#c2c2c2 palette = 8=#9f9f9f palette = 9=#ff6640 palette = 10=#48d53e palette = 11=#bfbe23 palette = 12=#0082ff palette = 13=#ff7eff palette = 14=#3bd1d2 palette = 15=#f2f2f2
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
Alabaster
~/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
Apple System Colors 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
Builtin 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