Terminal Support
Dynamo uses the Catppuccin Mocha color palette and Nerd Font glyphs for a polished terminal experience.
Recommended Terminals
| Terminal | Colors | Nerd Fonts | Notes |
|---|---|---|---|
| iTerm2 | 24-bit | Auto-detected | Recommended for macOS |
| Ghostty | 24-bit | Auto-detected | |
| Kitty | 24-bit | Auto-detected | |
| WezTerm | 24-bit | Auto-detected | |
| Alacritty | 24-bit | Auto-detected | |
| Windows Terminal | 24-bit | Auto-detected | |
| VS Code Terminal | 24-bit | Auto-detected | |
| macOS Terminal.app | 256-color | Manual override | Limited palette |
| tmux | 24-bit | Auto-detected | Needs set -g default-terminal "tmux-256color" |
Color Modes
- 24-bit true color — Full Catppuccin Mocha palette
- 256-color — Closest approximations (macOS Terminal.app)
- No color — Set
NO_COLOR=1to disable all colors
Nerd Fonts
Dynamo auto-detects Nerd Font support. Override with:
export DYNAMO_NERD_FONTS=1 # Force on
export DYNAMO_NERD_FONTS=0 # Force off (Unicode fallback)Troubleshooting
- Colors look wrong? — Check that your terminal supports true color
- Icons missing? — Install a Nerd Font or set
DYNAMO_NERD_FONTS=0 - Unicode broken? — Ensure your terminal uses UTF-8 encoding