Sea Shells
~/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 "Sea Shells"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #deb88d background = #09141b cursor-color = #fca02f palette = 0=#17384c palette = 1=#d15123 palette = 2=#027c9b palette = 3=#fca02f palette = 4=#1e4950 palette = 5=#68d4f1 palette = 6=#50a3b5 palette = 7=#deb88d palette = 8=#434b53 palette = 9=#d48678 palette = 10=#628d98 palette = 11=#fdd39f palette = 12=#1bbcdd palette = 13=#bbe3ee palette = 14=#87acb4 palette = 15=#fee4ce