Harper
~/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 "Harper"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a8a49d background = #010101 cursor-color = #a8a49d palette = 0=#010101 palette = 1=#f8b63f palette = 2=#7fb5e1 palette = 3=#d6da25 palette = 4=#489e48 palette = 5=#b296c6 palette = 6=#f5bfd7 palette = 7=#a8a49d palette = 8=#726e6a palette = 9=#f8b63f palette = 10=#7fb5e1 palette = 11=#d6da25 palette = 12=#489e48 palette = 13=#b296c6 palette = 14=#f5bfd7 palette = 15=#fefbea