Highway
~/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 "Highway"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ededed background = #222225 cursor-color = #e0d9b9 palette = 0=#000000 palette = 1=#d00e18 palette = 2=#138034 palette = 3=#ffcb3e palette = 4=#006bb3 palette = 5=#783482 palette = 6=#455271 palette = 7=#ededed palette = 8=#5d504a palette = 9=#f07e18 palette = 10=#b1d130 palette = 11=#fff120 palette = 12=#4fc2fd palette = 13=#de0071 palette = 14=#5d504a 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
Adventure
~/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
Arthur
~/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
Belafonte Night
~/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