Sugarplum
~/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 "Sugarplum"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #db7ddd background = #111147 cursor-color = #53b397 palette = 0=#111147 palette = 1=#5ca8dc palette = 2=#53b397 palette = 3=#249a84 palette = 4=#db7ddd palette = 5=#d0beee palette = 6=#f9f3f9 palette = 7=#a175d4 palette = 8=#44447a palette = 9=#5cb5dc palette = 10=#52deb5 palette = 11=#01f5c7 palette = 12=#fa5dfd palette = 13=#c6a5fd palette = 14=#ffffff palette = 15=#b577fd
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
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
Atelier Sulphurpool
~/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
Ayu Mirage
~/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