iTerm2 Pastel Dark Background
~/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 "iTerm2 Pastel Dark Background"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c7c7c7 background = #000000 cursor-color = #ffb473 palette = 0=#626262 palette = 1=#ff8373 palette = 2=#b4fb73 palette = 3=#fffdc3 palette = 4=#a5d5fe palette = 5=#ff90fe palette = 6=#d1d1fe palette = 7=#f1f1f1 palette = 8=#8f8f8f palette = 9=#ffc4be palette = 10=#d6fcba palette = 11=#fffed5 palette = 12=#c2e3ff palette = 13=#ffb2fe palette = 14=#e6e6fe 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
Batman
~/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
Borland
~/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
Builtin Pastel 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