Zenbones 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 "Zenbones Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b4bdc3 background = #1c1917 cursor-color = #c4cacf palette = 0=#1c1917 palette = 1=#de6e7c palette = 2=#819b69 palette = 3=#b77e64 palette = 4=#6099c0 palette = 5=#b279a7 palette = 6=#66a5ad palette = 7=#b4bdc3 palette = 8=#4d4540 palette = 9=#e8838f palette = 10=#8bae68 palette = 11=#d68c67 palette = 12=#61abda palette = 13=#cf86c1 palette = 14=#65b8c1 palette = 15=#888f94
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
Neobones 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
Seoulbones 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
Zenwritten 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