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

Ocean dark was just what I was looking for... #2

Open
xtiansimon opened this issue Aug 9, 2014 · 2 comments
Open

Ocean dark was just what I was looking for... #2

xtiansimon opened this issue Aug 9, 2014 · 2 comments

Comments

@xtiansimon
Copy link

...with just one tweak. I reversed the input area color because white was just... too bright.

37 div.input_area {
38   /* Input area with dark background; */
39   background-color: #1e222a; /* added */
40   border-radius: 0px;
41   border: 1px solid #4f5b66;
42 }
43 /* Set light on dark text; */
44 div.CodeMirror-code pre {
45   color: white;  /* added */                                                        
46 }

Cheers!

@nsonnad
Copy link
Owner

nsonnad commented Aug 10, 2014

I don't understand what this issue is. Are you saying the input area is white for dark themes? If you are getting that, can you provide a screenshot and browser/OS info?

The default is for the input area to be the same as the background color, and this is the behavior I get for all themes. See this screenshot, for example:

ocean dark

@xtiansimon
Copy link
Author

I see the same thing, but when I clicked in a cell to edit, the background of the cell was white (with black text). I was working on markup cells when I altered the CSS. Maybe that makes a difference?
Here's two screen shots...
https://drive.google.com/file/d/0B7q1i4T96t6eUG5mNjl1NXRfX0E/edit?usp=sharing
https://drive.google.com/file/d/0B7q1i4T96t6eZU9jN2tpTmFELVk/edit?usp=sharing

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

2 participants