-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Difficulty Reading Error Message Text in New Notebook Output Rendering #127110
Labels
Comments
@rebornix is VS code applying a foreground color to output cells? Seems like a similar issue with applying any CSS to results. |
We should be applying the terminal styles to the ansi code translation? At least we did in the old webview implementation. |
@misolori didn't we remove the default background color for the outputs? |
Yes, we no longer show the output background color by default. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The rendering of error messages when running code cells is difficult to read (using new Jupyter Notebook extension update) than it used to be.
Note that I am using VSCode default Light Theme (Light+).
Interactive Python:
Notebook:
Is there currently a way to make this a bit easier on the eyes? (the green is not great in either the interactive view or the notebook, but in the notebook the green is unreadable). In addition, the yellow "+" is also very hard to see.
Originally posted by @mtsitzer in microsoft/vscode-jupyter#6045 (comment)
The text was updated successfully, but these errors were encountered: