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
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 Bright"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f3f3f3 background = #2a2e3a cursor-color = #c6c6c6 palette = 0=#080808 palette = 1=#bc5553 palette = 2=#a0b56c palette = 3=#f6c987 palette = 4=#7baec1 palette = 5=#b98aae palette = 6=#85c9b8 palette = 7=#d8d8d8 palette = 8=#626262 palette = 9=#bc5553 palette = 10=#a0b56c palette = 11=#f6c987 palette = 12=#7baec1 palette = 13=#b98aae palette = 14=#85c9b8 palette = 15=#f7f7f7
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
Kanso Ink
~/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
Kanso Zen
~/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
Selenized Dark
~/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