GitHub
~/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 --light "GitHub"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #3e3e3e background = #f4f4f4 cursor-color = #3f3f3f palette = 0=#3e3e3e palette = 1=#970b16 palette = 2=#07962a palette = 3=#c5bb94 palette = 4=#003e8a palette = 5=#e94691 palette = 6=#7cc4df palette = 7=#b2b2b2 palette = 8=#666666 palette = 9=#de0000 palette = 10=#7ac895 palette = 11=#d7b600 palette = 12=#2e6cba palette = 13=#f29592 palette = 14=#00c7cb palette = 15=#ffffff