Monokai Pro Ristretto
~/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 Ristretto"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #fff1f3 background = #2c2525 cursor-color = #c3b7b8 palette = 0=#2c2525 palette = 1=#fd6883 palette = 2=#adda78 palette = 3=#f9cc6c palette = 4=#f38d70 palette = 5=#a8a9eb palette = 6=#85dacc palette = 7=#fff1f3 palette = 8=#72696a palette = 9=#fd6883 palette = 10=#adda78 palette = 11=#f9cc6c palette = 12=#f38d70 palette = 13=#a8a9eb palette = 14=#85dacc palette = 15=#fff1f3