Catppuccin Frappe
~/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 "Catppuccin Frappe"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c6d0f5 background = #303446 cursor-color = #f2d5cf palette = 0=#51576d palette = 1=#e78284 palette = 2=#a6d189 palette = 3=#e5c890 palette = 4=#8caaee palette = 5=#f4b8e4 palette = 6=#81c8be palette = 7=#a5adce palette = 8=#626880 palette = 9=#e67172 palette = 10=#8ec772 palette = 11=#d9ba73 palette = 12=#7b9ef0 palette = 13=#f2a4db palette = 14=#5abfb5 palette = 15=#b5bfe2