Monokai Pro Spectrum
~/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 "Monokai Pro Spectrum"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f7f1ff background = #222222 cursor-color = #bab6c0 palette = 0=#222222 palette = 1=#fc618d palette = 2=#7bd88f palette = 3=#fce566 palette = 4=#fd9353 palette = 5=#948ae3 palette = 6=#5ad4e6 palette = 7=#f7f1ff palette = 8=#69676c palette = 9=#fc618d palette = 10=#7bd88f palette = 11=#fce566 palette = 12=#fd9353 palette = 13=#948ae3 palette = 14=#5ad4e6 palette = 15=#f7f1ff