Box
~/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 "Box"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #9fef00 background = #141d2b cursor-color = #9fef00 palette = 0=#000000 palette = 1=#cc0403 palette = 2=#19cb00 palette = 3=#cecb00 palette = 4=#0d73cc palette = 5=#cb1ed1 palette = 6=#0dcdcd palette = 7=#dddddd palette = 8=#767676 palette = 9=#f2201f palette = 10=#23fd00 palette = 11=#fffd00 palette = 12=#1a8fff palette = 13=#fd28ff palette = 14=#14ffff palette = 15=#ffffff