Lab Fox
~/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 "Lab Fox"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #2e2e2e cursor-color = #7f7f7f palette = 0=#2e2e2e palette = 1=#fc6d26 palette = 2=#3eb383 palette = 3=#fca121 palette = 4=#db3b21 palette = 5=#6b40a8 palette = 6=#6e49cb palette = 7=#ffffff palette = 8=#535353 palette = 9=#ff6517 palette = 10=#53eaa8 palette = 11=#fca013 palette = 12=#db501f palette = 13=#6a36b6 palette = 14=#7d53e7 palette = 15=#ffffff