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
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 "Builtin Pastel Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #bbbbbb background = #000000 cursor-color = #ffa560 palette = 0=#4f4f4f palette = 1=#ff6c60 palette = 2=#a8ff60 palette = 3=#ffffb6 palette = 4=#96cbfe palette = 5=#ff73fd palette = 6=#c6c5fe palette = 7=#eeeeee palette = 8=#7c7c7c palette = 9=#ffb6b0 palette = 10=#ceffac palette = 11=#ffffcc palette = 12=#b5dcff palette = 13=#ff9cfe palette = 14=#dfdffe 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
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
Atom
~/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
Aura
~/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