-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
Make info and warn colors configurable. #12753
Comments
Although this is not documented, it's already configurable, as described on the mailing list. |
Only prompt colors and input and output text are configurable via |
Oh, right. Carry on. |
Closed in #12754 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My personal preference is that warnings not look like errors. The current behavior is that both are red. Also, the current choice for
info
color (blue) hurts my eyes in the windows REPL.It would be nice if the color choice for both
info
andwarn
were configurable, say, throughENV
like input and answer colors are.I'll submit a PR for comment shortly.
The text was updated successfully, but these errors were encountered: