Skip to content

Instantly share code, notes, and snippets.

@nmec
Created December 26, 2013 14:55
Show Gist options
  • Save nmec/8134732 to your computer and use it in GitHub Desktop.
Save nmec/8134732 to your computer and use it in GitHub Desktop.
JSONView - Tomorrow Night Theme
body {
white-space: pre;
font-family: Menlo, Monaco, monospace;
font-size: 0.8rem;
background: #1d1f21;
color: #c5c8c6;
}
.property {
}
.type-null {
color: #de935f;
}
.type-boolean {
color: #de935f;
}
.type-number {
color: #de935f;
}
.type-string {
color: #b5bd68;
}
.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;
}
.hovered {
background-color: hsl(216, 8%, 24%);
}
.collapser {
padding-right: 6px;
padding-left: 6px;
}
a {
color: #81a2be;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment