Treehouse
~/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 "Treehouse"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #786b53 background = #191919 cursor-color = #fac814 palette = 0=#321300 palette = 1=#b2270e palette = 2=#44a900 palette = 3=#aa820c palette = 4=#58859a palette = 5=#97363d palette = 6=#b25a1e palette = 7=#786b53 palette = 8=#504333 palette = 9=#ed5d20 palette = 10=#55f238 palette = 11=#f2b732 palette = 12=#85cfed palette = 13=#e14c5a palette = 14=#f07d14 palette = 15=#ffc800