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
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 Tinted"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #0d0e1c cursor-color = #ff66ff palette = 0=#0d0e1c 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=#ff6b55 palette = 10=#00c06f palette = 11=#fec43f palette = 12=#79a8ff palette = 13=#b6a0ff palette = 14=#6ae4b9 palette = 15=#ffffff