Chester
~/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 "Chester"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #2c3643 cursor-color = #b4b1b1 palette = 0=#080200 palette = 1=#fa5e5b palette = 2=#16c98d palette = 3=#ffc83f palette = 4=#288ad6 palette = 5=#d34590 palette = 6=#28ddde palette = 7=#e7e7e7 palette = 8=#6f6b68 palette = 9=#fa5e5b palette = 10=#16c98d palette = 11=#feef6d palette = 12=#278ad6 palette = 13=#d34590 palette = 14=#27dede palette = 15=#ffffff