Poimandres White
~/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 --light "Poimandres White"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #969cbd background = #fefeff cursor-color = #969cbd palette = 0=#fefeff palette = 1=#ff2090 palette = 2=#01dab2 palette = 3=#e5ba4e palette = 4=#8abacd palette = 5=#eb8394 palette = 6=#8abacd palette = 7=#000000 palette = 8=#969cbd palette = 9=#ff2090 palette = 10=#01dab2 palette = 11=#e5ba4e palette = 12=#0ebfff palette = 13=#eb8394 palette = 14=#0ebfff palette = 15=#000000