Output modes¶
Control colors and formatting globally with general.output_mode
.
- default: Adaptive styling (Rich defaults)
- light: Colors optimized for light terminals
- dark: Colors optimized for dark terminals
- no-color: Structured output without ANSI colors
- raw: Minimal formatting for scripts/automation
Precedence (highest to lowest):
1) CLI flag: --output-mode
2) Environment: NW_OUTPUT_MODE
3) Config: general.output_mode
Examples:
Config snippet: