TokyoNight Moon
~/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 "TokyoNight Moon"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c8d3f5 background = #222436 cursor-color = #c8d3f5 palette = 0=#1b1d2b palette = 1=#ff757f palette = 2=#c3e88d palette = 3=#ffc777 palette = 4=#82aaff palette = 5=#c099ff palette = 6=#86e1fc palette = 7=#828bb8 palette = 8=#444a73 palette = 9=#ff757f palette = 10=#c3e88d palette = 11=#ffc777 palette = 12=#82aaff palette = 13=#c099ff palette = 14=#86e1fc palette = 15=#c8d3f5
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
Challenger Deep
~/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
Electron Highlighter
~/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 Dark 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