Docs/Configuration/Terminal Support

Terminal Support

Dynamo uses the Catppuccin Mocha color palette and Nerd Font glyphs for a polished terminal experience.

TerminalColorsNerd FontsNotes
iTerm224-bitAuto-detectedRecommended for macOS
Ghostty24-bitAuto-detected
Kitty24-bitAuto-detected
WezTerm24-bitAuto-detected
Alacritty24-bitAuto-detected
Windows Terminal24-bitAuto-detected
VS Code Terminal24-bitAuto-detected
macOS Terminal.app256-colorManual overrideLimited palette
tmux24-bitAuto-detectedNeeds 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=1 to disable all colors

Nerd Fonts

Dynamo auto-detects Nerd Font support. Override with:

bash
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