Skip to content

Instantly share code, notes, and snippets.

@wayneashleyberry
Created November 28, 2012 09:06
Show Gist options
  • Save wayneashleyberry/4160039 to your computer and use it in GitHub Desktop.
Save wayneashleyberry/4160039 to your computer and use it in GitHub Desktop.
Solarized Light Theme for JSONView Chrome Extension
body {
white-space: pre;
font-family: Meslo LG L DZ;
font-size: 13px;
background: #fdf6e2;
color: #647b83;
}
.property {
font-weight: normal;
}
.type-null {
color: #d1960b;
text-transform: uppercase;
}
.type-boolean {
color: #1489d5;
text-transform: uppercase;
}
.type-number {
color: #d73d86;
}
.type-string {
color: #25968a;
}
a {
color: #859900;
}
.callback-function {
color: gray;
}
.collapser:after {
content: "-";
font-weight: bold;
}
.collapsed > .collapser:after {
content: "+";
}
.ellipsis:after {
content: " … ";
}
.collapsible {
margin-left: 1.2em;
}
.hoverable {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 4px;
padding-right: 2px;
border-radius: 2px;
-webkit-transition: none;
transition: none;
}
.hovered {
/* background-color: #0A2933; */
}
.collapser {
padding-right: 10px;
padding-left: 6px;
cursor: pointer;
}
.status {
right: 0;
left: auto;
border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment