Horizon
~/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 "Horizon"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d5d8da background = #1c1e26 cursor-color = #6c6f93 palette = 0=#000000 palette = 1=#e95678 palette = 2=#29d398 palette = 3=#fab795 palette = 4=#26bbd9 palette = 5=#ee64ac palette = 6=#59e1e3 palette = 7=#e5e5e5 palette = 8=#666666 palette = 9=#ec6a88 palette = 10=#3fdaa4 palette = 11=#fbc3a7 palette = 12=#3fc4de palette = 13=#f075b5 palette = 14=#6be4e6 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
Banana Blueberry
~/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
Cyberpunk
~/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
Grey Green
~/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