cli: Some colors are invisible on light-background terminals
The terminal colors emitted by the CLI only make sense for
terminals with dark backgrounds. For example, when running
rad --help with a light background, the command names are
invisible.
I discovered that as well, a couple of weeks ago. Anything that’s supposed to be bold is also made white.
I’ve submitted a simple patch to fix that:
9f47d30316b9321c5cf186d2980816c6703a7bde
The patch has been merged a while ago, so I propose to close this
Closing now :)