Mirage
~/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 "Mirage"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a6b2c0 background = #1b2738 cursor-color = #ddb3ff palette = 0=#011627 palette = 1=#ff9999 palette = 2=#85cc95 palette = 3=#ffd700 palette = 4=#7fb5ff palette = 5=#ddb3ff palette = 6=#21c7a8 palette = 7=#ffffff palette = 8=#575656 palette = 9=#ff9999 palette = 10=#85cc95 palette = 11=#ffd700 palette = 12=#7fb5ff palette = 13=#ddb3ff palette = 14=#85cc95 palette = 15=#ffffff