Catppuccin Macchiato
~/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 Macchiato"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #cad3f5 background = #24273a cursor-color = #f4dbd6 palette = 0=#494d64 palette = 1=#ed8796 palette = 2=#a6da95 palette = 3=#eed49f palette = 4=#8aadf4 palette = 5=#f5bde6 palette = 6=#8bd5ca palette = 7=#a5adcb palette = 8=#5b6078 palette = 9=#ec7486 palette = 10=#8ccf7f palette = 11=#e1c682 palette = 12=#78a1f6 palette = 13=#f2a9dd palette = 14=#63cbc0 palette = 15=#b8c0e0
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
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
Catppuccin Mocha
~/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
Cobalt Next Dark
~/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