-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Change error output color to brighter orange #7551
base: master
Are you sure you want to change the base?
Conversation
Looks good. Care to add a screenshot of how this looks (and let's try to prevent too much bikeshedding :-p). |
@00alis what about it? |
I put this PR on hold because feedback indicates it does not at all resolve #7451. |
I agree the colors are hard to read on certain screens, it is quite an hard task to make it work everywhere. On the Web IDE we are using the following palette: Would you mind applying the same palette to your PR and let us know your thoughts? |
Note that the web IDE does not currently distinguish warnings and debug output, though I believe to some degree it could (for warnings/debug output generated by the IDE itself or arduino-builder, not for external processes like the compiler). |
I did this in my local IDE. It is a trivial task and not much more work to extend the coloring to the entire lines (actually easier than to paint only a small part of the message). The part that is highlighted navigates to the relevant part of the source code.. personally, I find it useful (motivated me to chase all the warnings in my code) I'll try with the unofficial-official colors. |
Alogitt seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Addressed issue #7451 by changing the color of error output to a brighter orange color.