Tomorrow Night Burns
~/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 "Tomorrow Night Burns"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a1b0b8 background = #151515 cursor-color = #ff443e palette = 0=#252525 palette = 1=#832e31 palette = 2=#a63c40 palette = 3=#d3494e palette = 4=#fc595f palette = 5=#df9395 palette = 6=#ba8586 palette = 7=#f5f5f5 palette = 8=#5d6f71 palette = 9=#832e31 palette = 10=#a63c40 palette = 11=#d2494e palette = 12=#fc595f palette = 13=#df9395 palette = 14=#ba8586 palette = 15=#f5f5f5
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
Cutie Pro
~/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