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
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 "Adventure"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #feffff background = #040404 cursor-color = #feffff palette = 0=#040404 palette = 1=#d84a33 palette = 2=#5da602 palette = 3=#eebb6e palette = 4=#417ab3 palette = 5=#e5c499 palette = 6=#bdcfe5 palette = 7=#dbded8 palette = 8=#685656 palette = 9=#d76b42 palette = 10=#99b52c palette = 11=#ffb670 palette = 12=#97d7ef palette = 13=#aa7900 palette = 14=#bdcfe5 palette = 15=#e4d5c7
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
Fahrenheit
~/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
Twilight
~/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