Adventure Time
~/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 Time"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f8dcc0 background = #1f1d45 cursor-color = #efbf38 palette = 0=#050404 palette = 1=#bd0013 palette = 2=#4ab118 palette = 3=#e7741e palette = 4=#0f4ac6 palette = 5=#665993 palette = 6=#70a598 palette = 7=#f8dcc0 palette = 8=#4e7cbf palette = 9=#fc5f5a palette = 10=#9eff6e palette = 11=#efc11a palette = 12=#1997c6 palette = 13=#9b5953 palette = 14=#c8faf4 palette = 15=#f6f5fb
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
Aardvark Blue
~/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
Alien Blood
~/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