Vesper
~/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 "Vesper"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #101010 cursor-color = #acb1ab palette = 0=#101010 palette = 1=#f5a191 palette = 2=#90b99f palette = 3=#e6b99d palette = 4=#aca1cf palette = 5=#e29eca palette = 6=#ea83a5 palette = 7=#a0a0a0 palette = 8=#7e7e7e palette = 9=#ff8080 palette = 10=#99ffe4 palette = 11=#ffc799 palette = 12=#b9aeda palette = 13=#ecaad6 palette = 14=#f591b2 palette = 15=#ffffff