Monokai Classic
~/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 Classic"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #fdfff1 background = #272822 cursor-color = #c0c1b5 palette = 0=#272822 palette = 1=#f92672 palette = 2=#a6e22e palette = 3=#e6db74 palette = 4=#fd971f palette = 5=#ae81ff palette = 6=#66d9ef palette = 7=#fdfff1 palette = 8=#6e7066 palette = 9=#f92672 palette = 10=#a6e22e palette = 11=#e6db74 palette = 12=#fd971f palette = 13=#ae81ff palette = 14=#66d9ef palette = 15=#fdfff1