Make load suite labels "bright black" (#1726)

Closes #1596

The ansi foreground color code `30` is "black", while `90` is "bright
black". This should show up as a more readable gray color for terminals
with dark backgrounds.

Drop the `1;` prefix, which is also setting bold, which has no effect
since `_gray` is only used following `_bold`.
5 files changed