Peppermint
~/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 "Peppermint"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c8c8c8 background = #000000 cursor-color = #bbbbbb palette = 0=#353535 palette = 1=#e74669 palette = 2=#89d287 palette = 3=#dab853 palette = 4=#449fd0 palette = 5=#da62dc palette = 6=#65aaaf palette = 7=#b4b4b4 palette = 8=#535353 palette = 9=#e4859b palette = 10=#a3cca2 palette = 11=#e1e487 palette = 12=#6fbce2 palette = 13=#e586e7 palette = 14=#96dcdb palette = 15=#dfdfdf
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
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
Atom One Dark
~/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
Birds Of Paradise
~/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