Heeler
~/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 "Heeler"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #fdfdfd background = #211f46 cursor-color = #ffffff palette = 0=#000000 palette = 1=#e44c2e palette = 2=#bdd100 palette = 3=#f4ce65 palette = 4=#5ba5f2 palette = 5=#ff95c2 palette = 6=#ff9763 palette = 7=#ffffff palette = 8=#4c4c4c palette = 9=#e44c2e palette = 10=#bdd100 palette = 11=#f4ce65 palette = 12=#0088ff palette = 13=#ff95c2 palette = 14=#8da6e4 palette = 15=#ffffff