Tomorrow Night Bright
~/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 Bright"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #eaeaea background = #000000 cursor-color = #eaeaea palette = 0=#000000 palette = 1=#d54e53 palette = 2=#b9ca4a palette = 3=#e7c547 palette = 4=#7aa6da palette = 5=#c397d8 palette = 6=#70c0b1 palette = 7=#ffffff palette = 8=#404040 palette = 9=#d54e53 palette = 10=#b9ca4a palette = 11=#e7c547 palette = 12=#7aa6da palette = 13=#c397d8 palette = 14=#70c0b1 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
Cursor 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
IRIX Terminal
~/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
Later This Evening
~/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