Apple System Colors
~/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 "Apple System Colors"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #1e1e1e 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=#ffd60a palette = 12=#0a84ff palette = 13=#bf5af2 palette = 14=#76d6ff palette = 15=#ffffff
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
Argonaut
~/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
Aura
~/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
Carbonfox
~/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