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
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 "Deep"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #cdcdcd background = #090909 cursor-color = #d0d0d0 palette = 0=#000000 palette = 1=#d70005 palette = 2=#1cd915 palette = 3=#d9bd26 palette = 4=#5665ff palette = 5=#b052da palette = 6=#50d2da palette = 7=#e0e0e0 palette = 8=#535353 palette = 9=#fb0007 palette = 10=#22ff18 palette = 11=#fedc2b palette = 12=#9fa9ff palette = 13=#e09aff palette = 14=#8df9ff 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
0x96f
~/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
Apple Classic
~/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
Apple System Colors
~/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