Skip to content
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 unchanged stderr output look more different from deleted outputs #747

Open
cjerdonek opened this issue Feb 6, 2024 · 0 comments
Open

Comments

@cjerdonek
Copy link

Currently, if an unchanged output item is from stderr (i.e. "name": "stderr" in the json), it looks very similar to deleted output. They are both reddish, though the unchanged stderr is more pink. See the following screenshot for an example:

Screen Shot 2024-02-06 at 10 37 16 AM

It would be better if they looked more different. For example, the stderr could be yellowish or something (for warning). The pink color comes from these parts of the html generated by nbdime:

.jp-RenderedText[data-mime-type='application/vnd.jupyter.stderr'] {
  background: var(--jp-rendermime-error-background);
  padding-top: var(--jp-code-padding);
}

and

/* Rendermime styles */

--jp-rendermime-error-background: #fdd; <-- PINK
--jp-rendermime-table-row-background: var(--md-grey-100);
--jp-rendermime-table-row-hover-background: var(--md-light-blue-50);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant