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
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 Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ebdbb2 background = #282828 cursor-color = #ebdbb2 palette = 0=#282828 palette = 1=#cc241d palette = 2=#98971a palette = 3=#d79921 palette = 4=#458588 palette = 5=#b16286 palette = 6=#689d6a palette = 7=#a89984 palette = 8=#928374 palette = 9=#fb4934 palette = 10=#b8bb26 palette = 11=#fabd2f palette = 12=#83a598 palette = 13=#d3869b palette = 14=#8ec07c palette = 15=#ebdbb2
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 Dark 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
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
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