-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Highlighting assumes a dark background #7737
Comments
I have an open PR that fixes this already, #7716. |
Oh awesome, thanks so much! |
I somehow never had a doubt that people would use a darkish background, sorry. |
PR #7716 handles all background colors. Same solution as clang, which is to just use bold, which means the default foreground color is still used. |
@kballard: diagnostic.rs's |
#7716 has landed, is this resolved? |
@huonw: The primary complaint has been resolved. There was some grumbling that the diagnostic colors should be configurable as well, but I think that's a separate issue (e.g. that would be a feature, not a bug). |
…Frednet Add suggestion to missing backticks error changelog: Add a machine applicable suggestion for the [`doc_markdown`] missing backticks lint closes: rust-lang#7737
I've got a terminal with a white background, and the current highlighting makes me very sad:
I would love for this to be magically detected and not turned on by default for me, but I could also live for now with just a flag to disable it. I don't want to have to disable colors completely, though!
ping @kud1ing, @cmr
The text was updated successfully, but these errors were encountered: