Belafonte Night
~/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 "Belafonte Night"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #968c83 background = #20111b cursor-color = #968c83 palette = 0=#20111b palette = 1=#be100e palette = 2=#858162 palette = 3=#eaa549 palette = 4=#426a79 palette = 5=#97522c palette = 6=#989a9c palette = 7=#968c83 palette = 8=#5e5252 palette = 9=#be100e palette = 10=#858162 palette = 11=#eaa549 palette = 12=#426a79 palette = 13=#97522c palette = 14=#989a9c palette = 15=#d5ccba