Skip to content

Instantly share code, notes, and snippets.

@2color
Forked from bradleypriest/solarized (dark) theme.css
Created November 16, 2012 11:20
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 2color/4086546 to your computer and use it in GitHub Desktop.
Save 2color/4086546 to your computer and use it in GitHub Desktop.
JSONView Solarized (Dark) theme
body {
white-space: pre;
font-family: monospace;
font-family: inconsolata;
background: #042029;
color: #819090;
}
.property {
font-weight: normal;
}
.type-null {
color: #268BD2;
}
.type-boolean {
color: #B58900;
}
.type-number {
color: #D33682;
}
.type-string {
color: #269186;
}
a{
color: #859900;
}
.callback-function {
color: gray;
}
.collapser:after {
content: "-";
}
.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;
}
.hovered {
background-color: #0A2933;
}
.collapser {
padding-right: 10px;
padding-left: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment