Aurora
~/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 "Aurora"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffca28 background = #23262e cursor-color = #ee5d43 palette = 0=#23262e palette = 1=#f0266f palette = 2=#8fd46d palette = 3=#ffe66d palette = 4=#102ee4 palette = 5=#ee5d43 palette = 6=#03d6b8 palette = 7=#c74ded palette = 8=#4f545e palette = 9=#f92672 palette = 10=#8fd46d palette = 11=#ffe66d palette = 12=#03d6b8 palette = 13=#ee5d43 palette = 14=#03d6b8 palette = 15=#c74ded
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
0x96f
~/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
Apple Classic
~/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
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