Gruvbox Material
~/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 "Gruvbox Material"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d4be98 background = #1d2021 cursor-color = #ffffff palette = 0=#141617 palette = 1=#ea6926 palette = 2=#c1d041 palette = 3=#eecf75 palette = 4=#6da3ec palette = 5=#fd9bc1 palette = 6=#fe9d6e palette = 7=#ffffff palette = 8=#4c4c4c palette = 9=#d3573b palette = 10=#c1d041 palette = 11=#eecf75 palette = 12=#2c86ff palette = 13=#fd9bc1 palette = 14=#92a5df palette = 15=#ffffff