Piatto Light
~/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 "Piatto Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #414141 background = #ffffff cursor-color = #5e77c8 palette = 0=#414141 palette = 1=#b23771 palette = 2=#66781e palette = 3=#cd6f34 palette = 4=#3c5ea8 palette = 5=#a454b2 palette = 6=#66781e palette = 7=#bfbfbf palette = 8=#3f3f3f palette = 9=#db3365 palette = 10=#829429 palette = 11=#cd6f34 palette = 12=#3c5ea8 palette = 13=#a454b2 palette = 14=#829429 palette = 15=#f2f2f2