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

Add an option for DarkMode outside of custom CSS #19

Open
barkermn01 opened this issue Jan 16, 2018 · 1 comment
Open

Add an option for DarkMode outside of custom CSS #19

barkermn01 opened this issue Jan 16, 2018 · 1 comment
Assignees

Comments

@barkermn01
Copy link

It would be good if this shipped with a DarkMode option i just had to spend 20 mins building a dark mode for this you can see if here if you would like to use it your welcome to.

body {
  white-space: pre;
  font-family: monospace;
  background-color: #292929;
  color: white;
}
 
.property {
  font-weight: bold;
}
 
.type-null {
  color: gray;
}
 
.type-boolean {
  color: firebrick;
}
 
.type-number {
  color:#ffa500;
}
 
.type-string {
  color: green;
}
 
.callback-function {
  color: gray;
}
 
.collapser:after {
  content: "-";
}
 
.collapsed > .collapser:after {
  content: "+";
}
 
.ellipsis:after {
  content: " … ";
}
 
.collapsible {
  margin-left: 2em;
}
 
.hoverable {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
  width: 99%;
}
 
.hovered {
  background-color:#545454;
}
 
.collapser {
  padding-right: 6px;
  padding-left: 6px;
}
 
a:link, a:visited{
    color:#ffc0cb;
}
 
a:hover{
    color:#e8778b;
}

image

@teocci teocci self-assigned this Jan 31, 2019
@teocci
Copy link
Owner

teocci commented Jan 31, 2019

Thank you. I will add it to the css and I will add you as contributor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants