Espresso Libre
~/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 Libre"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b8a898 background = #2a211c cursor-color = #ffffff palette = 0=#000000 palette = 1=#cc0000 palette = 2=#1a921c palette = 3=#f0e53a palette = 4=#0066ff palette = 5=#c5656b palette = 6=#06989a palette = 7=#d3d7cf palette = 8=#555753 palette = 9=#ef2929 palette = 10=#9aff87 palette = 11=#fffb5c palette = 12=#43a8ed palette = 13=#ff818a palette = 14=#34e2e2 palette = 15=#eeeeec
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
Argonaut
~/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
Ayu
~/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
Blue Dolphin
~/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