Desert
~/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 "Desert"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #333333 cursor-color = #00ff00 palette = 0=#4d4d4d palette = 1=#ff2b2b palette = 2=#98fb98 palette = 3=#f0e68c palette = 4=#cd853f palette = 5=#ffdead palette = 6=#ffa0a0 palette = 7=#f5deb3 palette = 8=#626262 palette = 9=#ff5555 palette = 10=#55ff55 palette = 11=#ffff55 palette = 12=#87ceff palette = 13=#ff55ff palette = 14=#ffd700 palette = 15=#ffffff
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
Batman
~/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
Borland
~/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 Pastel Dark
~/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