Earthsong
~/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 "Earthsong"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e5c7a9 background = #292520 cursor-color = #f6f7ec palette = 0=#121418 palette = 1=#c94234 palette = 2=#85c54c palette = 3=#f5ae2e palette = 4=#1398b9 palette = 5=#d0633d palette = 6=#509552 palette = 7=#e5c6aa palette = 8=#675f54 palette = 9=#ff645a palette = 10=#98e036 palette = 11=#e0d561 palette = 12=#5fdaff palette = 13=#ff9269 palette = 14=#84f088 palette = 15=#f6f7ec
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
Adventure
~/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
Arthur
~/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 Night
~/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