Zenburn
~/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 "Zenburn"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dcdccc background = #3f3f3f cursor-color = #73635a palette = 0=#4d4d4d palette = 1=#7d5d5d palette = 2=#60b48a palette = 3=#f0dfaf palette = 4=#5d6d7d palette = 5=#dc8cc3 palette = 6=#8cd0d3 palette = 7=#dcdccc palette = 8=#709080 palette = 9=#dca3a3 palette = 10=#c3bf9f palette = 11=#e0cf9f palette = 12=#94bff3 palette = 13=#ec93d3 palette = 14=#93e0e3 palette = 15=#ffffff