Kanagawabones
~/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 "Kanagawabones"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ddd8bb background = #1f1f28 cursor-color = #e6e0c2 palette = 0=#1f1f28 palette = 1=#e46a78 palette = 2=#98bc6d palette = 3=#e5c283 palette = 4=#7eb3c9 palette = 5=#957fb8 palette = 6=#7eb3c9 palette = 7=#ddd8bb palette = 8=#49495e palette = 9=#ec818c palette = 10=#9ec967 palette = 11=#f1c982 palette = 12=#7bc2df palette = 13=#a98fd2 palette = 14=#7bc2df palette = 15=#a8a48d