Modus Vivendi
~/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 "Modus Vivendi"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #000000 cursor-color = #ffffff palette = 0=#000000 palette = 1=#ff5f59 palette = 2=#44bc44 palette = 3=#d0bc00 palette = 4=#2fafff palette = 5=#feacd0 palette = 6=#00d3d0 palette = 7=#a6a6a6 palette = 8=#595959 palette = 9=#ff7f9f palette = 10=#00c06f palette = 11=#fec43f palette = 12=#79a8ff palette = 13=#b6a0ff palette = 14=#6ae4b9 palette = 15=#ffffff
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
Modus Vivendi Tinted
~/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
Apple System Colors
~/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
Argonaut
~/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