Monokai Pro Octagon
~/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 Octagon"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #eaf2f1 background = #282a3a cursor-color = #b2b9bd palette = 0=#282a3a palette = 1=#ff657a palette = 2=#bad761 palette = 3=#ffd76d palette = 4=#ff9b5e palette = 5=#c39ac9 palette = 6=#9cd1bb palette = 7=#eaf2f1 palette = 8=#696d77 palette = 9=#ff657a palette = 10=#bad761 palette = 11=#ffd76d palette = 12=#ff9b5e palette = 13=#c39ac9 palette = 14=#9cd1bb palette = 15=#eaf2f1
Similar Themes
~/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
Django
~/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
Django Reborn Again
~/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
Django Smooth
~/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