Tomorrow Night Blue
~/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 Blue"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #002451 cursor-color = #ffffff palette = 0=#000000 palette = 1=#ff9da4 palette = 2=#d1f1a9 palette = 3=#ffeead palette = 4=#bbdaff palette = 5=#ebbbff palette = 6=#99ffff palette = 7=#ffffff palette = 8=#4c4c4c palette = 9=#ff9da4 palette = 10=#d1f1a9 palette = 11=#ffeead palette = 12=#bbdaff palette = 13=#ebbbff palette = 14=#99ffff palette = 15=#ffffff