Gruvbox Material Light
~/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 --light "Gruvbox Material Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #654735 background = #fbf1c7 cursor-color = #654735 palette = 0=#fbf1c7 palette = 1=#c14a4a palette = 2=#6c782e palette = 3=#b47109 palette = 4=#45707a palette = 5=#945e80 palette = 6=#4c7a5d palette = 7=#654735 palette = 8=#a89984 palette = 9=#c14a4a palette = 10=#6c782e palette = 11=#b47109 palette = 12=#45707a palette = 13=#945e80 palette = 14=#4c7a5d palette = 15=#4f3829