Apple System Colors 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 "Apple System Colors Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #000000 background = #feffff cursor-color = #98989d palette = 0=#1a1a1a palette = 1=#cc372e palette = 2=#26a439 palette = 3=#cdac08 palette = 4=#0869cb palette = 5=#9647bf palette = 6=#479ec2 palette = 7=#98989d palette = 8=#464646 palette = 9=#ff453a palette = 10=#32d74b palette = 11=#e5bc00 palette = 12=#0a84ff palette = 13=#bf5af2 palette = 14=#69c9f2 palette = 15=#ffffff