Midnight In Mojave
~/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 "Midnight In Mojave"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #1e1e1e cursor-color = #32d74b palette = 0=#1e1e1e palette = 1=#ff453a palette = 2=#32d74b palette = 3=#ffd60a palette = 4=#0a84ff palette = 5=#bf5af2 palette = 6=#5ac8fa palette = 7=#ffffff palette = 8=#515151 palette = 9=#ff453a palette = 10=#32d74b palette = 11=#ffd60a palette = 12=#0a84ff palette = 13=#bf5af2 palette = 14=#5ac8fa palette = 15=#ffffff