traffic
~/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 "traffic"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #cfb9a8 background = #272c30 cursor-color = #cfb9a8 palette = 0=#282d31 palette = 1=#934e46 palette = 2=#637268 palette = 3=#c79e84 palette = 4=#515e67 palette = 5=#715f5e palette = 6=#5c6f7d palette = 7=#cfb9a8 palette = 8=#4e575e palette = 9=#934e46 palette = 10=#637270 palette = 11=#c79e84 palette = 12=#515e67 palette = 13=#715f5e palette = 14=#5c6f7d palette = 15=#ddcec2