Gruvbox Material Dark
~/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 Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d4be98 background = #282828 cursor-color = #d4be98 palette = 0=#282828 palette = 1=#ea6962 palette = 2=#a9b665 palette = 3=#d8a657 palette = 4=#7daea3 palette = 5=#d3869b palette = 6=#89b482 palette = 7=#d4be98 palette = 8=#7c6f64 palette = 9=#ea6962 palette = 10=#a9b665 palette = 11=#d8a657 palette = 12=#7daea3 palette = 13=#d3869b palette = 14=#89b482 palette = 15=#ddc7a1
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
Arthur
~/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
Black Metal (Bathory)
~/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 Dark
~/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