Melange 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
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 "Melange Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ece1d7 background = #292522 cursor-color = #ece1d7 palette = 0=#34302c palette = 1=#bd8183 palette = 2=#78997a palette = 3=#e49b5d palette = 4=#7f91b2 palette = 5=#b380b0 palette = 6=#7b9695 palette = 7=#c1a78e palette = 8=#867462 palette = 9=#d47766 palette = 10=#85b695 palette = 11=#ebc06d palette = 12=#a3a9ce palette = 13=#cf9bc2 palette = 14=#89b3b6 palette = 15=#ece1d7