Molokai
~/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 "Molokai"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #bbbbbb background = #121212 cursor-color = #bbbbbb palette = 0=#121212 palette = 1=#fa2573 palette = 2=#98e123 palette = 3=#dfd460 palette = 4=#1080d0 palette = 5=#8700ff palette = 6=#43a8d0 palette = 7=#bbbbbb palette = 8=#555555 palette = 9=#f6669d palette = 10=#b1e05f palette = 11=#fff26d palette = 12=#00afff palette = 13=#af87ff palette = 14=#51ceff 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
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