Firefly Traditional
~/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 "Firefly Traditional"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f5f5f5 background = #000000 cursor-color = #00f900 palette = 0=#000000 palette = 1=#c23720 palette = 2=#33bc26 palette = 3=#afad24 palette = 4=#5a63ff palette = 5=#d53ad2 palette = 6=#33bbc7 palette = 7=#cccccc palette = 8=#828282 palette = 9=#ff3b1e palette = 10=#2ee720 palette = 11=#ecec16 palette = 12=#838dff palette = 13=#ff5cfe palette = 14=#29f0f0 palette = 15=#ebebeb
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
Apple System Colors
~/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
Argonaut
~/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