Skip to content

Add an option for DarkMode outside of custom CSS #19

@barkermn01

Description

@barkermn01

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions