Wombat
~/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 "Wombat"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dedacf background = #171717 cursor-color = #bbbbbb palette = 0=#000000 palette = 1=#ff615a palette = 2=#b1e969 palette = 3=#ebd99c palette = 4=#5da9f6 palette = 5=#e86aff palette = 6=#82fff7 palette = 7=#dedacf palette = 8=#4a4a4a palette = 9=#f58c80 palette = 10=#ddf88f palette = 11=#eee5b2 palette = 12=#a5c7ff palette = 13=#ddaaff palette = 14=#b7fff9 palette = 15=#ffffff
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
0x96f
~/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
Apple Classic
~/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
Apple System Colors
~/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