Zenburned
~/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 "Zenburned"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f0e4cf background = #404040 cursor-color = #f3eadb palette = 0=#404040 palette = 1=#e3716e palette = 2=#819b69 palette = 3=#b77e64 palette = 4=#6099c0 palette = 5=#b279a7 palette = 6=#66a5ad palette = 7=#f0e4cf palette = 8=#6f6768 palette = 9=#ec8685 palette = 10=#8bae68 palette = 11=#d68c67 palette = 12=#61abda palette = 13=#cf86c1 palette = 14=#65b8c1 palette = 15=#c0ab86
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
Birds Of Paradise
~/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