Horizon Bright
~/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 --light "Horizon Bright"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #16161d background = #fdf0ed cursor-color = #d3a89d palette = 0=#16161d palette = 1=#fc4777 palette = 2=#00ca86 palette = 3=#f2a682 palette = 4=#00bedd palette = 5=#ff58b1 palette = 6=#00cdcb palette = 7=#bfafac palette = 8=#1a1c24 palette = 9=#fe5f87 palette = 10=#00d193 palette = 11=#e5a688 palette = 12=#00c9e2 palette = 13=#ff6cba palette = 14=#00c3c2 palette = 15=#fff2ef
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
Hot Dog Stand (Mustard)
~/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
iTerm2 Light Background
~/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
Primary
~/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