Catppuccin Latte
~/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 "Catppuccin Latte"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #4c4f69 background = #eff1f5 cursor-color = #dc8a78 palette = 0=#5c5f77 palette = 1=#d20f39 palette = 2=#40a02b palette = 3=#df8e1d palette = 4=#1e66f5 palette = 5=#ea76cb palette = 6=#179299 palette = 7=#acb0be palette = 8=#6c6f85 palette = 9=#de293e palette = 10=#49af3d palette = 11=#eea02d palette = 12=#456eff palette = 13=#fe85d8 palette = 14=#2d9fa8 palette = 15=#bcc0cc
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
Nord 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
Novel
~/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
Aizen 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