Skip to content

Instantly share code, notes, and snippets.

@djonsson
Created September 5, 2013 16:08
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djonsson/6452273 to your computer and use it in GitHub Desktop.
Save djonsson/6452273 to your computer and use it in GitHub Desktop.
Darcula theme for jsonview (google chrome plugin)
body {
white-space: pre;
font-family: monospace;
background: #393939;
color: #b5c4d0;
}
.property {
}
.type-null {
color: #A9B7C6;
}
.type-boolean {
color: #ebd183;
}
.type-number {
color: #6f93bd;
}
.type-string {
color: #bac871;
}
.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: #333333;
}
.collapser {
padding-right: 6px;
padding-left: 6px;
}
a:-webkit-any-link {
color: #9a8eb8;
text-decoration: underline;
cursor: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment