Afterglow
~/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 "Afterglow"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d0d0d0 background = #212121 cursor-color = #d0d0d0 palette = 0=#151515 palette = 1=#ac4142 palette = 2=#7e8e50 palette = 3=#e5b567 palette = 4=#6c99bb palette = 5=#9f4e85 palette = 6=#7dd6cf palette = 7=#d0d0d0 palette = 8=#505050 palette = 9=#ac4142 palette = 10=#7e8e50 palette = 11=#e5b567 palette = 12=#6c99bb palette = 13=#9f4e85 palette = 14=#7dd6cf palette = 15=#f5f5f5