Spacegray
~/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 "Spacegray"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b3b8c3 background = #20242d cursor-color = #b3b8c3 palette = 0=#000000 palette = 1=#b04b57 palette = 2=#87b379 palette = 3=#e5c179 palette = 4=#7d8fa4 palette = 5=#a47996 palette = 6=#85a7a5 palette = 7=#b3b8c3 palette = 8=#4c4c4c palette = 9=#b04b57 palette = 10=#87b379 palette = 11=#e5c179 palette = 12=#7d8fa4 palette = 13=#a47996 palette = 14=#85a7a5 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
Spacegray 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
Birds Of Paradise
~/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
Blazer
~/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