Pandora
~/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 "Pandora"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e1e1e1 background = #141e43 cursor-color = #43d58e palette = 0=#000000 palette = 1=#ff4242 palette = 2=#74af68 palette = 3=#ffad29 palette = 4=#338f86 palette = 5=#9414e6 palette = 6=#23d7d7 palette = 7=#e2e2e2 palette = 8=#3f5648 palette = 9=#ff3242 palette = 10=#74cd68 palette = 11=#ffb929 palette = 12=#23d7d7 palette = 13=#ff37ff palette = 14=#00ede1 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
Banana Blueberry
~/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
Cyberpunk
~/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
Dot Gov
~/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