Gruvbox Light Hard
~/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 Light Hard"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #3c3836 background = #f9f5d7 cursor-color = #3c3836 palette = 0=#f9f5d7 palette = 1=#cc241d palette = 2=#98971a palette = 3=#d79921 palette = 4=#458588 palette = 5=#b16286 palette = 6=#689d6a palette = 7=#7c6f64 palette = 8=#928374 palette = 9=#9d0006 palette = 10=#79740e palette = 11=#b57614 palette = 12=#076678 palette = 13=#8f3f71 palette = 14=#427b58 palette = 15=#3c3836
Similar Themes
~/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
Gruvbox 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
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
Belafonte Day
~/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