Spacegray Eighties
~/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"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #bdbaae background = #222222 cursor-color = #bbbbbb palette = 0=#15171c palette = 1=#ec5f67 palette = 2=#81a764 palette = 3=#fec254 palette = 4=#5486c0 palette = 5=#bf83c1 palette = 6=#57c2c1 palette = 7=#efece7 palette = 8=#555555 palette = 9=#ff6973 palette = 10=#93d493 palette = 11=#ffd256 palette = 12=#4d84d1 palette = 13=#ff55ff palette = 14=#83e9e4 palette = 15=#ffffff