Skip to content

Override survey's choice of color for default values

Clement Sam requested to merge fix-survey-color into trunk

For default values for e.g. prompts, Survey uses the literal white color, which makes no sense on dark terminals and is literally invisible on light backgrounds.

This overrides Survey to output a gray color for 256-color terminals and default for basic terminals.

Merge request reports