Spacegray Eighties Dull
~/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 Eighties Dull"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c9c6bc background = #222222 cursor-color = #bbbbbb palette = 0=#15171c palette = 1=#b24a56 palette = 2=#92b477 palette = 3=#c6735a palette = 4=#7c8fa5 palette = 5=#a5789e palette = 6=#80cdcb palette = 7=#b3b8c3 palette = 8=#555555 palette = 9=#ec5f67 palette = 10=#89e986 palette = 11=#fec254 palette = 12=#5486c0 palette = 13=#bf83c1 palette = 14=#58c2c1 palette = 15=#ffffff