Sakura
~/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 "Sakura"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dd7bdc background = #18131e cursor-color = #ff65fd palette = 0=#000000 palette = 1=#d52370 palette = 2=#41af1a palette = 3=#bc7053 palette = 4=#6964ab palette = 5=#c71fbf palette = 6=#939393 palette = 7=#998eac palette = 8=#786d69 palette = 9=#f41d99 palette = 10=#22e529 palette = 11=#f59574 palette = 12=#9892f1 palette = 13=#e90cdd palette = 14=#eeeeee palette = 15=#cbb6ff