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

Multiple color schemes... #57

Open
jtmcdole opened this issue Feb 28, 2016 · 3 comments
Open

Multiple color schemes... #57

jtmcdole opened this issue Feb 28, 2016 · 3 comments

Comments

@jtmcdole
Copy link

Would be nice to be able to switch to a "dark" mode without using plugins. Small stylish example:

body {
  background: #202020;
  color: #d0d0d0;
}

.sidebar {
  background: #606060;
}

.sidebar a {
  color: rgb(182, 182, 182);
}

section.summary h2,
.signature,
dd {
  color: rgb(190, 190, 190);  
}

code {
  background: #404040;
}
@sethladd
Copy link
Contributor

Would using --header work? You can insert random HTML, which would also include <link> to CSS if you like.

@jtmcdole
Copy link
Author

I was talking mostly about the public facing dardoc. I generally have it open in spare tab for reference and the other night it was a bit glaring.

@NANASHI0X74
Copy link

I believe api.{flutter,dart}.dev need this in 2022 ^^

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

3 participants