Poimandres
~/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 "Poimandres"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a6accd background = #1a1e28 cursor-color = #ffffff palette = 0=#1a1e28 palette = 1=#d0679d palette = 2=#5de4c7 palette = 3=#fffac2 palette = 4=#89ddff palette = 5=#fcc5e9 palette = 6=#add7ff palette = 7=#ffffff palette = 8=#a6accd palette = 9=#d0679d palette = 10=#5de4c7 palette = 11=#fffac2 palette = 12=#add7ff palette = 13=#fae4fc palette = 14=#89ddff palette = 15=#ffffff
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
Poimandres Darker
~/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
Challenger Deep
~/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
Electron Highlighter
~/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