Espresso
~/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 "Espresso"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #323232 cursor-color = #d6d6d6 palette = 0=#353535 palette = 1=#d25252 palette = 2=#a5c261 palette = 3=#ffc66d palette = 4=#6c99bb palette = 5=#d197d9 palette = 6=#bed6ff palette = 7=#eeeeec palette = 8=#606060 palette = 9=#f00c0c palette = 10=#c2e075 palette = 11=#e1e48b palette = 12=#8ab7d9 palette = 13=#efb5f7 palette = 14=#dcf4ff palette = 15=#ffffff