Vercel
~/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 "Vercel"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #fafafa background = #101010 cursor-color = #f32882 palette = 0=#000000 palette = 1=#fc0036 palette = 2=#29a948 palette = 3=#ffae00 palette = 4=#006aff palette = 5=#f32882 palette = 6=#00ac96 palette = 7=#feffff palette = 8=#a8a8a8 palette = 9=#ff8080 palette = 10=#4be15d palette = 11=#ffae00 palette = 12=#49aeff palette = 13=#f97ea8 palette = 14=#00e4c4 palette = 15=#fefefe