Xcode Dark hc
~/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 hc"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #1f1f24 cursor-color = #ffffff palette = 0=#43454b palette = 1=#ff8a7a palette = 2=#83c9bc palette = 3=#d9c668 palette = 4=#4ec4e6 palette = 5=#ff85b8 palette = 6=#cda1ff palette = 7=#ffffff palette = 8=#838991 palette = 9=#ff8a7a palette = 10=#b1faeb palette = 11=#ffa14f palette = 12=#6bdfff palette = 13=#ff85b8 palette = 14=#e5cfff 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
Grey Green
~/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
Oxocarbon
~/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
Starlight
~/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