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
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 "Birds Of Paradise"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e0dbb7 background = #2a1f1d cursor-color = #644a33 palette = 0=#573d26 palette = 1=#be2d26 palette = 2=#6ba18a palette = 3=#e99d2a palette = 4=#5a86ad palette = 5=#ac80a6 palette = 6=#74a6ad palette = 7=#e0dbb7 palette = 8=#9b6c4a palette = 9=#e84627 palette = 10=#95d8ba palette = 11=#d0d150 palette = 12=#b8d3ed palette = 13=#d19ecb palette = 14=#93cfd7 palette = 15=#fff9d5
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
Belafonte Night
~/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
Black Metal (Bathory)
~/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