Firewatch
~/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 "Firewatch"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #9ba2b2 background = #1e2027 cursor-color = #f6f7ec palette = 0=#585f6d palette = 1=#d95360 palette = 2=#5ab977 palette = 3=#dfb563 palette = 4=#4d89c4 palette = 5=#d55119 palette = 6=#44a8b6 palette = 7=#e6e5ff palette = 8=#585f6d palette = 9=#d95360 palette = 10=#5ab977 palette = 11=#dfb563 palette = 12=#4c89c5 palette = 13=#d55119 palette = 14=#44a8b6 palette = 15=#e6e5ff