We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reset
When using prompts on white bg color shell, prompts uses by default white, and so all message prompts disappear from the screnn.
Use by default reset color for all message prompts.
This can be solved on each usage, but it would be a pain, so there is no alternatives.
I use IntelliJ 2021.3 with light theme, when running for example pnpm create vite:
pnpm create vite
If a select the promtp text, the message is there, so it should be a problem with the color used by default.
Using reset color on the message we'll have this for white:
message
and for black:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
:If a select the promtp text, the message is there, so it should be a problem with the color used by default.
Using
reset
color on themessage
we'll have this for white:and for black:
The text was updated successfully, but these errors were encountered: