terkelg/prompts

use `reset` color on message prompts for white bg color shell

userquin opened this issue · 0 comments

Is your feature request related to a problem?

When using prompts on white bg color shell, prompts uses by default white, and so all message prompts disappear from the screnn.

Describe the solution you'd like

Use by default reset color for all message prompts.

Describe alternatives you've considered

This can be solved on each usage, but it would be a pain, so there is no alternatives.

Additional context

I use IntelliJ 2021.3 with light theme, when running for example pnpm create vite:

imagen

If a select the promtp text, the message is there, so it should be a problem with the color used by default.

imagen

Using reset color on the message we'll have this for white:

imagen

and for black:

imagen