Skip to content

Instantly share code, notes, and snippets.

@flaviomuniz
Created September 12, 2014 17:52
Show Gist options
  • Save flaviomuniz/9e6026f3dc9083e2e216 to your computer and use it in GitHub Desktop.
Save flaviomuniz/9e6026f3dc9083e2e216 to your computer and use it in GitHub Desktop.
jsonview black theme
body {
white-space: pre;
color: white;
font-size: 14px;
font-family: Helvetica;
background: black;
}
.property {
color: orange;
}
.type-null {
color: gray;
}
.type-boolean {
color: orangered;
}
.type-number {
color: lightblue;
}
.type-string {
color: lightgreen;
}
a {
color: dodgerBlue;
}
.callback-function {
color: gray;
}
.collapser:after {
content: "-";
}
.collapsed > .collapser:after {
content: "+";
}
.ellipsis:after {
content: " … ";
}
.collapsible {
margin-left: 2em;
}
.hoverable {
padding: 1px 2px 1px 2px;
border-radius: 3px;
}
.hovered {
background-color: rgba(0, 0, 0, .3);
}
.collapser {
padding-right: 6px;
padding-left: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment