Jellybeans
~/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 "Jellybeans"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dedede background = #121212 cursor-color = #ffa560 palette = 0=#929292 palette = 1=#e27373 palette = 2=#94b979 palette = 3=#ffba7b palette = 4=#97bedc palette = 5=#e1c0fa palette = 6=#00988e palette = 7=#dedede palette = 8=#bdbdbd palette = 9=#ffa1a1 palette = 10=#bddeab palette = 11=#ffdca0 palette = 12=#b1d8f6 palette = 13=#fbdaff palette = 14=#1ab2a8 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
0x96f
~/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
Abernathy
~/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