Modus Operandi
~/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 --light "Modus Operandi"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #000000 background = #ffffff cursor-color = #000000 palette = 0=#000000 palette = 1=#a60000 palette = 2=#006800 palette = 3=#6f5500 palette = 4=#0031a9 palette = 5=#721045 palette = 6=#005e8b palette = 7=#a6a6a6 palette = 8=#595959 palette = 9=#972500 palette = 10=#00663f palette = 11=#884900 palette = 12=#3548cf palette = 13=#531ab6 palette = 14=#005f5f palette = 15=#595959