Melange Light
~/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 --light "Melange Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #54433a background = #f1f1f1 cursor-color = #54433a palette = 0=#e9e1db palette = 1=#c77b8b palette = 2=#6e9b72 palette = 3=#bc5c00 palette = 4=#7892bd palette = 5=#be79bb palette = 6=#739797 palette = 7=#7d6658 palette = 8=#a98a78 palette = 9=#bf0021 palette = 10=#3a684a palette = 11=#a06d00 palette = 12=#465aa4 palette = 13=#904180 palette = 14=#3d6568 palette = 15=#54433a
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
Belafonte Day
~/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
Breadog
~/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
Gruvbox Material Light
~/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