Xcode 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 "Xcode Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #262626 background = #ffffff cursor-color = #262626 palette = 0=#b4d8fd palette = 1=#d12f1b palette = 2=#3e8087 palette = 3=#78492a palette = 4=#0f68a0 palette = 5=#ad3da4 palette = 6=#804fb8 palette = 7=#262626 palette = 8=#8a99a6 palette = 9=#d12f1b palette = 10=#23575c palette = 11=#78492a palette = 12=#0b4f79 palette = 13=#ad3da4 palette = 14=#4b21b0 palette = 15=#262626