TokyoNight Day
~/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 --light "TokyoNight Day"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #3760bf background = #e1e2e7 cursor-color = #3760bf palette = 0=#e9e9ed palette = 1=#f52a65 palette = 2=#587539 palette = 3=#8c6c3e palette = 4=#2e7de9 palette = 5=#9854f1 palette = 6=#007197 palette = 7=#6172b0 palette = 8=#a1a6c5 palette = 9=#f52a65 palette = 10=#587539 palette = 11=#8c6c3e palette = 12=#2e7de9 palette = 13=#9854f1 palette = 14=#007197 palette = 15=#3760bf
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
Aizen Light
~/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
GitHub Light Colorblind
~/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
Iceberg Light
~/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