Skip to content

Instantly share code, notes, and snippets.

@AkdM
Last active March 17, 2017 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkdM/cbcbc4dbce0b80a22523d2d96970a9bf to your computer and use it in GitHub Desktop.
Save AkdM/cbcbc4dbce0b80a22523d2d96970a9bf to your computer and use it in GitHub Desktop.
JSONView Theme

#JSONView Theme

Preview

JSONView Theme preview

body {
white-space: pre;
font-family: "Menlo for Powerline";
background-color: #071a24;
color: #e5c49e;
font-size: 10pt;
}
.property {
font-weight: bold;
}
.type-null {
color: grey;
}
.type-boolean {
color: #dc662e;
}
.type-number {
color: #fbaf3d;
}
.type-string {
color: #008eab;
}
.callback-function {
color: gray;
}
.collapser:after {
content: "-";
cursor: pointer;
}
.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;
border: solid 1px #071a24;
}
.hovered {
border: solid 1px #265b75;
}
.collapser {
padding-top: 1px;
padding-right: 6px;
padding-left: 6px;
}
a {
color: #115b9c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment