Mona Lisa
~/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 "Mona Lisa"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f7d66a background = #120b0d cursor-color = #c46c32 palette = 0=#351b0e palette = 1=#9b291c palette = 2=#636232 palette = 3=#c36e28 palette = 4=#515c5d palette = 5=#9b1d29 palette = 6=#588056 palette = 7=#f7d75c palette = 8=#874228 palette = 9=#ff4331 palette = 10=#b4b264 palette = 11=#ff9566 palette = 12=#9eb2b4 palette = 13=#ff5b6a palette = 14=#8acd8f palette = 15=#ffe598