Created
November 14, 2011 21:56
-
-
Save bradleypriest/1365330 to your computer and use it in GitHub Desktop.
JSONView Solarized (Dark) theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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