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

[WIP] Dark Mode Tweaks #35

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

bollwyvl
Copy link

@bollwyvl bollwyvl commented Aug 17, 2019

Playing with this on binder: looking great!

With the stock JupyterLab dark theme, after highlighting a prosemirror and then selecting another cell, the unselected editor has white-on-white text.
Screenshot from 2019-08-17 12-29-52

This just sets the background to transparent.
Screenshot from 2019-08-17 12-31-03

Could use a var(--jp-, but it seems like less is probably more, if the goal is trying to make the editing experience feel seamless, this should be the most predictable across themes. Just unsetting it inherits some other styling which disappears when you actually select it. Not nice.

Will keep investigating some other things!

wip binder: Binder

@@ -176,6 +176,8 @@ code {

.jp-scribe-menu-content {
padding: 5px 12px 12px 12px;
background-color: var(--jp-layout-color2);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2019-08-17 13-16-39

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this is after a reload on binder without the previous menu bar fix... will re-screenshot from demo binder.

@isabela-pf
Copy link
Collaborator

Thank you so much for working on this! I was just about to post an issue for all the dark mode mishaps, so I'll note that you're already fixing many of the problems I found.

@isabela-pf isabela-pf mentioned this pull request Aug 19, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants