Sonokai
~/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 "Sonokai"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e2e2e3 background = #2c2e34 cursor-color = #e2e2e3 palette = 0=#181819 palette = 1=#fc5d7c palette = 2=#9ed072 palette = 3=#e7c664 palette = 4=#76cce0 palette = 5=#b39df3 palette = 6=#f39660 palette = 7=#e2e2e3 palette = 8=#7f8490 palette = 9=#fc5d7c palette = 10=#9ed072 palette = 11=#e7c664 palette = 12=#76cce0 palette = 13=#b39df3 palette = 14=#f39660 palette = 15=#e2e2e3