Homebrew
~/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 "Homebrew"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #00ff00 background = #000000 cursor-color = #23ff18 palette = 0=#000000 palette = 1=#990000 palette = 2=#00a600 palette = 3=#999900 palette = 4=#0d0dbf palette = 5=#b200b2 palette = 6=#00a6b2 palette = 7=#bfbfbf palette = 8=#666666 palette = 9=#e50000 palette = 10=#00d900 palette = 11=#e5e500 palette = 12=#0000ff palette = 13=#e500e5 palette = 14=#00e5e5 palette = 15=#e5e5e5
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
Abernathy
~/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
Argonaut
~/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