Relaxed
~/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 "Relaxed"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d9d9d9 background = #353a44 cursor-color = #d9d9d9 palette = 0=#151515 palette = 1=#bc5653 palette = 2=#909d63 palette = 3=#ebc17a palette = 4=#6a8799 palette = 5=#b06698 palette = 6=#c9dfff palette = 7=#d9d9d9 palette = 8=#636363 palette = 9=#bc5653 palette = 10=#a0ac77 palette = 11=#ebc17a palette = 12=#7eaac7 palette = 13=#b06698 palette = 14=#acbbd0 palette = 15=#f7f7f7