Grape
~/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 "Grape"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #9f9fa1 background = #171423 cursor-color = #a288f7 palette = 0=#2d283f palette = 1=#ed2261 palette = 2=#1fa91b palette = 3=#8ddc20 palette = 4=#487df4 palette = 5=#8d35c9 palette = 6=#3bdeed palette = 7=#9e9ea0 palette = 8=#59516a palette = 9=#f0729a palette = 10=#53aa5e palette = 11=#b2dc87 palette = 12=#a9bcec palette = 13=#ad81c2 palette = 14=#9de3eb palette = 15=#a288f7