Skip to content

Instantly share code, notes, and snippets.

@camshaft
Created August 22, 2013 03:14
Show Gist options
  • Save camshaft/6302811 to your computer and use it in GitHub Desktop.
Save camshaft/6302811 to your computer and use it in GitHub Desktop.
JSONView Colors
body {
white-space: pre;
font-family: monospace;
background: #0F323D;
color: #83948F;
}
.property {
font-weight: bold;
}
a {
color: #41A4C5;
}
.type-null {
color: gray;
}
.type-boolean {
color: #F65130;
}
.type-number {
color: #41C8D6;
}
.type-string {
color: #3FBF2C;
}
.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: #0A2430;
}
.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