Xcode 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
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 "Xcode Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dfdfe0 background = #292a30 cursor-color = #dfdfe0 palette = 0=#414453 palette = 1=#ff8170 palette = 2=#78c2b3 palette = 3=#d9c97c palette = 4=#4eb0cc palette = 5=#ff7ab2 palette = 6=#b281eb palette = 7=#dfdfe0 palette = 8=#7f8c98 palette = 9=#ff8170 palette = 10=#acf2e4 palette = 11=#ffa14f palette = 12=#6bdfff palette = 13=#ff7ab2 palette = 14=#dabaff palette = 15=#dfdfe0